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
- 3ad42b9 I-18 | Build binary on GH action (#19)
- Hakan kurtulus@mail.com
- 9234417 fix: Dockerfile to reduce vulnerabilities (#17)
- Snyk bot github+bot@snyk.io
- 66737b7 Bump github.com/omegion/cobra-commander from 0.4.0 to 0.6.0 (#15)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- c2c11e1 Bump hashicorp/vault-action from 2.1.2 to 2.4.0 (#14)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 1317e2c I-12 | Activate Dependabot for dependency checking (#13)
- Hakan Kurtulus kurtulus@mail.com
- d246661 I-6 | Create better pipeline for submitting issues (#7)
- Hakan Kurtulus kurtulus@mail.com