Remote Tunnel initiert von Innen nach Aussen, Verbindung von Aussen nach Innen -------------------------------------------------------------------------------- Server: vi /etc/ssh/sshd_config ------------------------ GatewayPorts no ------------------------ Client: ssh -R 5000:localhost:22 user@server.auenland.ch Verbindung vom Server (Aussen) zum Client (Innen) ssh -p 5000 localhost autossh -M5002 -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -N -R 5000:localhost:22 user@server.auenland.ch -f go background