Skip to content

Instantly share code, notes, and snippets.

View valerio-bozzolan's full-sized avatar
🕯️
Currently praying the parser/compiler

Valerio Bozzolan valerio-bozzolan

🕯️
Currently praying the parser/compiler
View GitHub Profile
@valerio-bozzolan
valerio-bozzolan / autossh.service
Last active May 12, 2020 13:06 — forked from thomasfr/autossh.service
Systemd service for autossh
[Unit]
Description=Keeps a tunnel to 'remote.example.com' open
After=network.target
[Service]
User=autossh
# -p [PORT]
# -l [user]
# -M 0 --> no monitoring
# -N Just open the connection and do nothing (not interactive)