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