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.12.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.12.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
- a9188ca I-11 | Support AWS S3 as provider (#20)
- Hakan kurtulus@mail.com
- f79ec9a Update RELEASE_TEMPLATE.md
- Hakan kurtulus@mail.com