From 547087d8c77fbf2b2a74e1c8b8aa47ba71f5cfd2 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 14 Mar 2017 23:09:14 +0100 Subject: [PATCH] Update sshtunnel.service --- sshtunnel.service | 1 + 1 file changed, 1 insertion(+) diff --git a/sshtunnel.service b/sshtunnel.service index 79004fc..8c17f2c 100644 --- a/sshtunnel.service +++ b/sshtunnel.service @@ -3,6 +3,7 @@ Description=SSH Tunnel ConditionPathExists=|/usr/bin After=network.target +# host <-- client; Weiterleitung von Port ... auf dem Server an den Client (Port ...) auf Server: [Service] User=root ExecStart=/usr/bin/ssh -NTC -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa -R 12345:localhost:22 root@mgwywbvcwmot7vir.myfritz.net