Installation
You can use go
to build SSH Manager locally with:
go install github.com/omegion/ssh-manager@latest
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/v1.1.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/v1.1.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/v1.1.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
- 74ca590 Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#96)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- af569fc Bump github.com/aws/aws-sdk-go-v2/config from 1.15.12 to 1.15.14 (#95)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 223cfe9 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.27.0 to 1.27.1 (#94)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 6ee8dd0 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.11 to 1.27.0 (#90)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 07120ad Bump github.com/aws/aws-sdk-go-v2/config from 1.15.10 to 1.15.12 (#89)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 860c464 Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#88)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- f1c5e74 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#87)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 566ab3e Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.10 to 1.26.11 (#83)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 5c6b772 Bump github.com/aws/aws-sdk-go-v2/config from 1.15.9 to 1.15.10 (#84)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 37d7700 Bump github.com/aws/aws-sdk-go-v2 from 1.16.4 to 1.16.5 (#82)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 7eb2678 Bump github.com/aws/aws-sdk-go-v2/config from 1.15.3 to 1.15.9 (#79)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 1526b54 Bump github.com/omegion/cobra-commander from 0.10.0 to 0.11.0 (#78)
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>