Skip to content

Commit

Permalink
ssh: remove -C and use SOCKS port (tldr-pages#5771)
Browse files Browse the repository at this point in the history
  • Loading branch information
1deadpixl authored Apr 16, 2021
1 parent 5bc4c97 commit 38c3b01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pages.de/common/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

`ssh {{externer_server}} {{befehl}}`

- SSH Tunneln: Leite Ports dynamische Port weiter (SOCKS proxy auf localhost:9999):
- SSH Tunneln: Leite Ports dynamische Port weiter (SOCKS proxy auf localhost:1080):

`ssh -D {{9999}} -C {{benutzer}}@{{externer_server}}`
`ssh -D {{1080}} {{benutzer}}@{{externer_server}}`

- SSH Tunneln: Leite einen spezifischen Ports (localhost:9999 zu example.org:80) weiter zusammen mit deaktivierter pseudy-tty Provisionierung für die Ausführung eines Befehls:

Expand Down
4 changes: 2 additions & 2 deletions pages.fr/common/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

`ssh {{hote_distant}} {{commande -avec -options}}`

- Tunnel SSH : Transfert par port dynamique (le SOCKS proxy se trouve sur localhost:9999) :
- Tunnel SSH : Transfert par port dynamique (le SOCKS proxy se trouve sur localhost:1080) :

`ssh -D {{9999}} -C {{utilisateur}}@{{hote_distant}}`
`ssh -D {{1080}} {{utilisateur}}@{{hote_distant}}`

- Tunnel SSH : Transfère un port spécifique (localhost:9999 vers example.org:80) en désactivant l'allocation de pseudo-[t]ty et l'exécution de commandes distantes :

Expand Down
4 changes: 2 additions & 2 deletions pages/common/ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 38c3b01

Please sign in to comment.