Created
January 5, 2014 20:50
-
-
Save mikkeloscar/8273699 to your computer and use it in GitHub Desktop.
SystemD service for simple SSH proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description = SSH Proxy for %i | |
After = network.target | |
[Service] | |
ExecStart = /usr/bin/ssh -D 8080 -N %i -p 22 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment