From e18a24d148b1e56fd9e6e402e610babb46d22c66 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 May 2017 02:56:22 +0200 Subject: [PATCH] fix --- sshtunnel.service | 2 +- sshtunnel1.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sshtunnel.service b/sshtunnel.service index 8c17f2c..ce1e5a5 100755 --- a/sshtunnel.service +++ b/sshtunnel.service @@ -3,7 +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: +# host <-- client; Weiterleitung von Port 22 auf dem Server an den Client (Port 12345) 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 diff --git a/sshtunnel1.service b/sshtunnel1.service index 42ac471..6cade8a 100755 --- a/sshtunnel1.service +++ b/sshtunnel1.service @@ -3,7 +3,7 @@ Description=SSH Tunnel ConditionPathExists=|/usr/bin After=network.target -# host --> client; Weiterleitung von Port ... auf dem lokalen System an den Webserver (Port ...) auf server: +# host --> client; Weiterleitung von Port 22 auf dem lokalen System an den Webserver (Port 12345) auf server: [Service] User=root ExecStart=/usr/bin/ssh -NTC -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa -L 12345:localhost:22 root@mgwywbvcwmot7vir.myfritz.net