Autossh in Go.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
J. David Lee f8183dd83e Code clean-up 4 years ago
.gitignore Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md Code clean-up 4 years ago
goautossh.go Code clean-up 4 years ago

README.md

goautossh

Autossh in Go.

Usage:

goautossh <ssh-command>

For example:

goautossh ssh -N -L123:remote:123 x@y.com