Release v0.13.0
·
228 commits
to master
since this release
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.13.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.13.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.13.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
- 82e546b I-22 | Add Windows binary to packages (#24)
- Hakan [email protected]
- ed59bcf Update README.md (#21)
- modem7 [email protected]