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
- d5df5cc Update README.md
- Hakan kurtulus@mail.com
- 7c1dc97 Update README.md
- Hakan kurtulus@mail.com