SSH Local Port zu Remote Port Umleitung: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
| − | ;Alice | + | ;Alice ist ein Client hinter eine Firewall |
alice port 9999 ---> bob port 8888 | alice port 9999 ---> bob port 8888 | ||
| − | ; | + | ;Auf Alices Rechner |
*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:05 Uhr
- Alice ist ein Client hinter eine Firewall
alice port 9999 ---> bob port 8888
- Auf Alices Rechner
- ssh -4 -f -N bob@bob-host -L 9999:localhost:8888
