configuration, scripts, and project log for my house NAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
cygnus/ssh_auriga_tunnel.service

12 lines
419 B

[Unit]
Description=Make a tunnel so that auriga can ssh here, via bog standard ssh stuff
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/ssh -g -N -T -o VerifyHostKeyDNS=no -o "ServerAliveInterval 10" -o StrictHostKeyChecking=no -o "ExitOnForwardFailure yes" -R 8090:localhost:22 shoofle@shoofle.net -i /home/shoofle/.ssh/cygnus_to_auriga
Restart=always
RestartSec=5s
[Install]
WantedBy=default.target