[Unit] Description=SSH SOCKS5 Proxy for jellyfin After=network.target Wants=network.target [Service] Type=simple ExecStart=/usr/bin/ssh -N -D 2281 -p 2288 \ -o ServerAliveInterval=60 \ -o ServerAliveCountMax=3 \ -o ExitOnForwardFailure=yes \ -o StrictHostKeyChecking=no \ xalex@awg2 Restart=always RestartSec=10 [Install] WantedBy=multi-user.target