1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:33:33 +02:00

Merge pull request #228 from quarcu/master

Update ssh - agent forwarding
This commit is contained in:
Romain Prieto 2014-08-27 09:09:53 +10:00
commit 8673f24231

View file

@ -26,3 +26,7 @@
- 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}}`