Merge pull request #228 from quarcu/master
Update ssh - agent forwarding
This commit is contained in:
@@ -26,3 +26,7 @@
|
|||||||
- ssh tunneling: forward a specific port (localhost:9999 to slashdot.org:80)
|
- ssh tunneling: forward a specific port (localhost:9999 to slashdot.org:80)
|
||||||
|
|
||||||
`ssh -L {{9999}}:slashdot.org:80 {{username}}@{{remote_host}}`
|
`ssh -L {{9999}}:slashdot.org:80 {{username}}@{{remote_host}}`
|
||||||
|
|
||||||
|
- ssh enable agent forward
|
||||||
|
|
||||||
|
`ssh -A {{username}}@{{remote_host}}`
|
||||||
|
Reference in New Issue
Block a user