SSH Remote Port zu Local Port Umleitung: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „bob port 7777 ---> alice port 6666 *ssh -4 -f -N bob-host -R 7777:localhost:6666 {{#drawio:ssh-remote-local}}“)
 
 
Zeile 1: Zeile 1:
 +
;Alice ist ein Client hinter eine Firewall
 
bob port 7777 ---> alice port 6666  
 
bob port 7777 ---> alice port 6666  
 +
;auf Alices Rechner
 
*ssh -4 -f -N bob-host -R 7777:localhost:6666
 
*ssh -4 -f -N bob-host -R 7777:localhost:6666
 
{{#drawio:ssh-remote-local}}
 
{{#drawio:ssh-remote-local}}

Aktuelle Version vom 24. November 2021, 12:00 Uhr

Alice ist ein Client hinter eine Firewall

bob port 7777 ---> alice port 6666

auf Alices Rechner
  • ssh -4 -f -N bob-host -R 7777:localhost:6666