Autossh in Go.
This repository has been archived on 2019-10-14. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
J. David Lee f8183dd83e Code clean-up 2019-10-14 20:08:00 +02:00
.gitignore Initial commit 2017-03-10 22:15:51 +01:00
LICENSE Initial commit 2017-03-10 22:15:51 +01:00
README.md Code clean-up 2019-10-14 20:08:00 +02:00
goautossh.go Code clean-up 2019-10-14 20:08:00 +02:00

README.md

goautossh

Autossh in Go.

Usage:

goautossh <ssh-command>

For example:

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