mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
ssh: fix typo (#7666)
This commit is contained in:
parent
fef0e3a6b5
commit
0c961545ed
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
`ssh {{username}}@{{remote_host}} -t {{command}} {{command_arguments}}`
|
||||
|
||||
- SSH tunneling: Dynamic port forwarding (SOCKS proxy on `localhost:1080):
|
||||
- SSH tunneling: Dynamic port forwarding (SOCKS proxy on `localhost:1080`):
|
||||
|
||||
`ssh -D {{1080}} {{username}}@{{remote_host}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue