1
0
forked from finn/tinyboard

first pass helper script

This commit is contained in:
2026-04-13 12:31:45 -07:00
parent d63d2fc073
commit 05a5928a56
5 changed files with 261 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=AutoSSH tunnel from spoke to hub
After=network.target
[Service]
Environment="AUTOSSH_GATETIME=0"
ExecStart=/usr/bin/autossh -M 0 -NT -o "ServerAliveInterval 60" -o "ServerAliveCountMax 3" -R 11111:localhost:22 -i /home/armbian/.ssh/armbian-brie-202604 armbian@oily.dad
Restart=always
RestartSec=10
User=armbian
[Install]
WantedBy=multi-user.target