sshs
Terminal user interface for SSH.
It uses ~/.ssh/config
to list and connect to hosts.
Requirements
You need to have ssh
installed and accessible from your terminal.
How to install
Homebrew
brew install sshs
Chocolatey
Thanks to Jakub LevĂ˝ for maintaining this package on Chocolatey.
choco install sshs
From releases
Releases contains prebuilt binaries for Linux, macOS and Windows. You can download them at https://github.com/quantumsheep/sshs/releases.
From sources
git clone https://github.com/quantumsheep/sshs.git
cd sshs
make
make install
You can check the main repository : https://github.com/quantumsheep/sshs