Skip to content

Releases: omegion/ssh-manager

Release v0.10.0

29 Dec 12:20
3ad42b9
Compare
Choose a tag to compare

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

Release v0.9.0

26 Dec 10:08
Compare
Choose a tag to compare
  • no changes

Release v0.8.0

05 Jun 17:55
3f9455c
Compare
Choose a tag to compare
  • no changes

Release v0.7.0

05 Jun 09:38
Compare
Choose a tag to compare
  • no changes

Release v0.6.0

22 May 09:10
Compare
Choose a tag to compare
  • no changes

Release v0.5.0

22 May 08:59
Compare
Choose a tag to compare
  • no changes

Release v0.4.0

22 May 08:45
Compare
Choose a tag to compare
  • no changes

Release v0.3.0

31 Mar 17:25
Compare
Choose a tag to compare
  • no changes

  • no changes

Release v0.2.0

04 Mar 20:53
Compare
Choose a tag to compare
  • no changes