ssh: fix typo (#7666)

feature/windows-fix-syntax-2
汪東陽 2022-01-17 00:28:18 +08:00 committed by GitHub
parent fef0e3a6b5
commit 0c961545ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}}`