github omegion/ssh-manager v0.15.0
Release v0.15.0

latest releases: v1.2.0, v1.1.0, v1.0.0...
2 years 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/v0.15.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.15.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.15.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

  • fb16c61 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.24.1 to 1.26.3 (#49)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • e9b6810 fix: Dockerfile to reduce vulnerabilities (#47)
  • 23c5e42 fix: Dockerfile to reduce vulnerabilities (#48)
  • e02ca99 Bump actions/checkout from 2 to 3 (#42)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 8294593 Bump github.com/aws/aws-sdk-go-v2/config from 1.13.1 to 1.15.0 (#45)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 36b8bd8 Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#46)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 05ff647 Bump github.com/aws/aws-sdk-go-v2/config from 1.13.0 to 1.13.1 (#34)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 72df503 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.24.0 to 1.24.1 (#35)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 85d3711 Bump github.com/aws/aws-sdk-go-v2/config from 1.12.0 to 1.13.0 (#30)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 0a588f1 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.23.0 to 1.24.0 (#32)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • 933cb26 Bump github.com/omegion/cobra-commander from 0.6.0 to 0.10.0 (#31)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • fe9d223 Bump github.com/aws/aws-sdk-go-v2 from 1.12.0 to 1.13.0 (#33)
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • b17bf7f [I-28] Update README.md to use go install

Don't miss a new ssh-manager release

NewReleases is sending notifications on new releases.