SSHR is a TUI (Text User Interface) application for managing and connecting to hosts through the terminal interface.
🎯 Supports: macOS & Linux (x86_64)
sshrautomatically load hosts from your ~/.ssh/config- Load customer host file with
hosts.tomland template file hosts.toml
brew tap hoangneeee/sshr
brew install sshrcurl -L -O https://github.com/hoangneeee/sshr/releases/download/latest/sshr-x86_64-apple-darwin.tar.gz
# or
wget https://github.com/hoangneeee/sshr/releases/download/latest/sshr-x86_64-apple-darwin.tar.gz
# Unzip
tar -xvf sshr-x86_64-apple-darwin.tar.gz
# Copy to /usr/local/bin
sudo cp sshr-x86_64-apple-darwin/sshr /usr/local/bin/sshrgit clone https://github.com/hoangneeee/sshr.git
cd sshr
make install| Flag | Short flag | Description |
|---|---|---|
--version |
-V |
Current version of sshr |
--help |
-h |
Show help |
- If you want to contribute to this project, please fork this repository and create a pull request.
- If you want to report an issue or suggest an improvement, please create an issue.
