Merge pull request #228 from quarcu/master

Update ssh - agent forwarding
waldyrious/alt-syntax
Romain Prieto 2014-08-27 09:09:53 +10:00
commit 8673f24231
1 changed files with 4 additions and 0 deletions

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}}`