Skip to content

Release v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 12:20
· 234 commits to master since this release
3ad42b9

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.10.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.10.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