github omegion/ssh-manager v1.0.0
Release v1.0.0

latest releases: v1.2.0, v1.1.0
24 months ago

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.0.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.0.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.0.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

  • b655c04 Bump docker/setup-buildx-action from 1 to 2 (#70)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 8bfa686 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.5 to 1.26.10 (#75)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 6469629 [] Fix Coverall Test (#76)
  • 92631e5 Bump docker/setup-qemu-action from 1 to 2 (#71)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • db443ad Bump docker/build-push-action from 2 to 3 (#69)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 5b73e78 Bump docker/login-action from 1 to 2 (#68)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • d5f2afa Bump github.com/aws/aws-sdk-go-v2 from 1.16.2 to 1.16.3 (#65)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • d38427c Bump hashicorp/vault-action from 2.4.0 to 2.4.1 (#64)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 31cd9a5 I-61 | Improve executor errors (#63)
  • 16371a2 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.26.3 to 1.26.5 (#60)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 97c4ce4 Bump dominikh/staticcheck-action from 1.1.0 to 1.2.0 (#59)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 43b92c6 Bump github.com/aws/aws-sdk-go-v2/config from 1.15.0 to 1.15.3 (#55)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • cf43cfa Bump actions/setup-go from 2 to 3 (#54)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 5ca32a4 [I-57] Upgrade to Go 1.18 (#58)

Don't miss a new ssh-manager release

NewReleases is sending notifications on new releases.