1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:55:51 +02:00

Update ssh.md

Allow agent forward. Useful when working with ssh jumpbox.
This commit is contained in:
quarcu 2014-08-26 23:33:18 +01:00
parent 388917bb5b
commit 939378295c

View file

@ -26,3 +26,6 @@
- ssh tunneling: forward a specific port (localhost:9999 to slashdot.org:80)
`ssh -L {{9999}}:slashdot.org:80 {{username}}@{{remote_host}}`
- ssh enable agent forward
`ssh -A {{username}}@{{remote_host}}`