Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=Persistent SSH Tunnel from TCP/8096 on this server to port TCP/8096 to jellyfin.YOURDOMAIN.COM (for encrypted traffic)
- After=network.target
- [Service]
- Restart=on-failure
- RestartSec=5
- ExecStart=/usr/bin/ssh -NTC -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -R 127.0.0.1:8096:127.0.0.1:8096 [email protected]
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement