fix
This commit is contained in:
parent
cc02f99e05
commit
e18a24d148
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue