This commit is contained in:
Your Name 2017-05-21 02:56:22 +02:00
parent cc02f99e05
commit e18a24d148
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ Description=SSH Tunnel
ConditionPathExists=|/usr/bin ConditionPathExists=|/usr/bin
After=network.target 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] [Service]
User=root 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 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

View file

@ -3,7 +3,7 @@ Description=SSH Tunnel
ConditionPathExists=|/usr/bin ConditionPathExists=|/usr/bin
After=network.target 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] [Service]
User=root 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 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