From 38c3b011dc62cb45b7c2df5708bd3a6a02ec0fe3 Mon Sep 17 00:00:00 2001 From: Phil Enzler Date: Thu, 15 Apr 2021 18:47:49 -0700 Subject: [PATCH] ssh: remove -C and use SOCKS port (#5771) --- pages.de/common/ssh.md | 4 ++-- pages.fr/common/ssh.md | 4 ++-- pages/common/ssh.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages.de/common/ssh.md b/pages.de/common/ssh.md index fbc701f2c5..4450b12ba8 100644 --- a/pages.de/common/ssh.md +++ b/pages.de/common/ssh.md @@ -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: diff --git a/pages.fr/common/ssh.md b/pages.fr/common/ssh.md index ea87248c75..e543177481 100644 --- a/pages.fr/common/ssh.md +++ b/pages.fr/common/ssh.md @@ -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 : diff --git a/pages/common/ssh.md b/pages/common/ssh.md index c968e51b8c..245c4cf29c 100644 --- a/pages/common/ssh.md +++ b/pages/common/ssh.md @@ -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: