Sshr
A TUI for managing and connecting to SSH hosts
Install / Use
/learn @hoangneeee/SshrREADME
💻 SSHR
SSHR is a TUI (Text User Interface) application for managing and connecting to hosts through the terminal interface.
🎯 Supports: macOS & Linux (x86_64)
📚 Contents
🖥️ UI Preview

🚀 Quick Start
sshrautomatically load hosts from your ~/.ssh/config- Load customer host file with
hosts.tomland template file hosts.toml
📦 Installation
🍺 Install using Homebrew (recommended)
brew tap hoangneeee/sshr
brew install sshr
⬇️ Install from release
curl -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/sshr
🔨 For Developer
git clone https://github.com/hoangneeee/sshr.git
cd sshr
make install
📝 Available flags
| Flag | Short flag | Description |
| ----------- | ---------- | ----------------------- |
| --version | -V | Current version of sshr |
| --help | -h | Show help |
🤝 Contribute
- 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.
