Skip to content

Instantly share code, notes, and snippets.

@hradec
Forked from theherk/sshuttle.service
Last active July 11, 2019 17:44
Show Gist options
  • Save hradec/eafb74b9b10ac3cb4021877b1806a906 to your computer and use it in GitHub Desktop.
Save hradec/eafb74b9b10ac3cb4021877b1806a906 to your computer and use it in GitHub Desktop.
systemd service unit file for sshuttle
[Unit]
Description=sshuttle service a permanent tunnel
After=network.target
[Service]
ExecStart=/usr/bin/sshuttle -r <user@address:port> --no-latency-control --disable-ipv6 -H --dns -v 192.168.0.0/24
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment