SSH Local Port zu Remote Port Umleitung: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „alice port 9999 ---> bob port 8888 *ssh -4 -f -N bob@bob-host -L 9999:localhost:8888 {{#drawio:ssh-local-remote}}“) |
|||
| Zeile 1: | Zeile 1: | ||
| + | ;Alice hat ein Client hinter einer Firewall | ||
alice port 9999 ---> bob port 8888 | alice port 9999 ---> bob port 8888 | ||
| + | ; | ||
*ssh -4 -f -N bob@bob-host -L 9999:localhost:8888 | *ssh -4 -f -N bob@bob-host -L 9999:localhost:8888 | ||
{{#drawio:ssh-local-remote}} | {{#drawio:ssh-local-remote}} | ||
Version vom 24. November 2021, 12:04 Uhr
- Alice hat ein Client hinter einer Firewall
alice port 9999 ---> bob port 8888
- ssh -4 -f -N bob@bob-host -L 9999:localhost:8888
