ssh: remove -C and use SOCKS port (#5771)
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
|
||||
`ssh {{remote_host}} {{command -with -flags}}`
|
||||
|
||||
- SSH tunneling: Dynamic port forwarding (SOCKS proxy on localhost:9999):
|
||||
- SSH tunneling: Dynamic port forwarding (SOCKS proxy on localhost:1080):
|
||||
|
||||
`ssh -D {{9999}} -C {{username}}@{{remote_host}}`
|
||||
`ssh -D {{1080}} {{username}}@{{remote_host}}`
|
||||
|
||||
- SSH tunneling: Forward a specific port (localhost:9999 to example.org:80) along with disabling pseudo-[t]ty allocation and executio[n] of remote commands:
|
||||
|
||||
|
Reference in New Issue
Block a user