[Unit]
Description=Reverse SSH Tunnel Service
After=network.target
-StartLimitIntervalSec=30m
-StartLimitBurst=5
[Service]
ExecStart=/usr/bin/ssh -i ~/.ssh/id_ed25519_port-forward -NT -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -R 22222:localhost:22 %i
-Restart=always
-RestartSec=5m
[Install]
WantedBy=default.target