github omegion/ssh-manager v0.11.0
Release v0.11.0

latest releases: v1.2.0, v1.1.0, v1.0.0...
2 years ago

Installation

You can use go to build SSH Manager locally with:

go get -u github.com/omegion/ssh-manager

Or, you can use the usual commands to install or upgrade:

On OS X

$ curl -L https://github.com/omegion/ssh-manager/releases/download/v0.11.0/ssh-manager-darwin-amd64 >/usr/local/bin/ssh-manager \
&& chmod +x /usr/local/bin/ssh-manager

On Linux

$ curl -L https://github.com/omegion/ssh-manager/releases/download/v0.11.0/ssh-manager-linux-amd64 >/usr/local/bin/ssh-manager \
&& chmod +x /tmp/ssh-manager && \
    sudo cp /tmp/ssh-manager /usr/local/bin/ssh-manager

Otherwise, download one of the releases from the release page
directly.

See the install docs for more install options and instructions.

Changelog

Don't miss a new ssh-manager release

NewReleases is sending notifications on new releases.