Update sshtunnel1.service

This commit is contained in:
Simon Rieger 2017-02-05 00:10:21 +01:00 committed by GitHub
parent e54ca43e60
commit 17bfe35133

View file

@ -4,8 +4,8 @@ ConditionPathExists=|/usr/bin
After=network.target
[Service]
User=simono41
ExecStart=/usr/bin/ssh -NTC -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -i /home/simono41/.ssh/id_rsa -L 12345:localhost:22 pi@mgwywbvcwmot7vir.myfritz.net
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
# Restart every >2 seconds to avoid StartLimitInterval failure
RestartSec=3