mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 01:55:42 +02:00
commit
02117e7318
1 changed files with 3 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue