1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-08 00:06:01 +02:00

Update ssh.md

This commit is contained in:
quarcu 2014-08-26 23:36:49 +01:00
parent 02117e7318
commit b2b80ed78a

View file

@ -28,4 +28,5 @@
`ssh -L {{9999}}:slashdot.org:80 {{username}}@{{remote_host}}` `ssh -L {{9999}}:slashdot.org:80 {{username}}@{{remote_host}}`
- ssh enable agent forward - ssh enable agent forward
`ssh -A {{username}}@{{remote_host}}` `ssh -A {{username}}@{{remote_host}}`