Features
🚀 TUI host launcher — navigation, search, filter, connect with Enter
🔄 Round-trip SSH config — reads and writes ~/.ssh/config without losing comments, formatting or unknown directives
🏷️ Tags — label hosts with #tags, filter with tag picker or search
☁️ Cloud provider sync — pull servers from DigitalOcean, Vultr, Linode and Hetzner into your SSH config
📂 Include support — displays hosts from Include files (read-only)
📡 Ping — TCP connectivity check per host or all at once
🔍 Search — fuzzy filter on alias, hostname, user, tags and provider
📊 Connection history — frecency-based sorting (most used / most recent)
📥 Bulk import — from hosts file or ~/.ssh/known_hosts
🔑 SSH key management — key browser with metadata and host linking
📋 Clipboard — copy SSH command or config block to clipboard
♻️ Auto-reload — detects external config changes and reloads automatically
Safe by default
🔒 Atomic writes — temp file, chmod 600, rename. No half-written configs.
💾 Automatic backups — every write creates a timestamped backup. Keeps the last 5.
🎨 Monochrome UI — works in any terminal, any font. Respects NO_COLOR.
🐚 Shell completions — bash, zsh and fish.
Install
Homebrew (macOS)
Cargo
From source
&& &&
Usage
Host List
| Key | Action |
|---|---|
j / k |
Navigate up and down |
Enter |
Connect to selected host |
a |
Add new host |
e |
Edit selected host |
d |
Delete selected host |
c |
Clone host |
y |
Copy SSH command |
x |
Export config block to clipboard |
/ |
Search and filter |
# |
Filter by tag |
t |
Tag host |
s |
Cycle sort mode |
i |
Inspect host details |
u |
Undo last delete |
p |
Ping selected host |
P |
Ping all hosts |
S |
Cloud provider sync |
K |
SSH key list |
? |
Help |
q / Esc |
Quit |
Provider List
| Key | Action |
|---|---|
Enter |
Configure provider |
s |
Sync selected provider |
d |
Remove provider |
q / Esc |
Back |
Search
| Key | Action |
|---|---|
| Type | Filter hosts |
Enter |
Connect to selected |
Esc |
Cancel search |
Tab / Shift+Tab |
Next / previous result |
Form
| Key | Action |
|---|---|
Tab / Shift+Tab |
Next / previous field |
K |
Pick SSH key |
Enter |
Save |
Esc |
Cancel |