Skip to content

Instantly share code, notes, and snippets.

@nna774
Last active August 29, 2015 14:19
Show Gist options
  • Save nna774/2657df31f27dab3b8bb5 to your computer and use it in GitHub Desktop.
Save nna774/2657df31f27dab3b8bb5 to your computer and use it in GitHub Desktop.
[Unit]
Description=SSH tunnel for saku
[Service]
Type=simple
Restart=always
RestartSec=10
ExecStart=/usr/bin/ssh sazanami -L 8000:sazanami:8000 -N -g -o ServerAliveInterval=60 -i /home/nona/.ssh/id_ecdsa_lesser
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment