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
sudo curl -fL https://github.com/omegion/ssh-manager/releases/download/v0.14.0/ssh-manager-darwin-amd64 -o /usr/local/bin/ssh-manager \
&& sudo chmod +x /usr/local/bin/ssh-manager
On Linux
sudo curl -fL https://github.com/omegion/ssh-manager/releases/download/v0.14.0/ssh-manager-linux-amd64 -o /usr/local/bin/ssh-manager \
&& sudo chmod +x /usr/local/bin/ssh-manager
On Windows (Powershell)
Invoke-WebRequest -Uri https://github.com/omegion/ssh-manager/releases/download/v0.14.0/ssh-manager-windows-amd64 -OutFile $home\AppData\Local\Microsoft\WindowsApps\ssh-manager.exe
Otherwise, download one of the releases from the release page
directly.
See the install docs for more install options and instructions.
Changelog
- aafc534 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.22.0 to 1.23.0 (#27)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 06a2969 Bump github.com/aws/aws-sdk-go-v2/config from 1.11.1 to 1.12.0 (#25)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 3a32c60 [I-28] Update README.md to use
go install
(#29)- Hakan kurtulus@mail.com