LazySSH – Terminal-based interactive SSH manager

3 adem_bc 3 9/2/2025, 9:13:13 AM github.com ↗

Comments (3)

adem_bc · 11h ago
Hi HN,

I built LazySSH out of a personal need. I was managing 40+ servers, and even with ~/.ssh/config, it became painful to remember aliases, edit entries, and stay organized.

LazySSH is a terminal-based, interactive SSH manager with a simple, keyboard-driven UI. It lets you: - Browse and manage servers from your ~/.ssh/config - Add, edit, pin, ping, or delete entries interactively - Fuzzy search, tag, and sort servers - SSH into any host instantly with one keypress

More features are coming soon: file copy (no more long scp commands), port forwarding, and SSH key management.

Repo: https://github.com/adembc/lazyssh

I’d love feedback — especially from DevOps folks and sysadmins. What features would make this more useful in your workflow?

Thanks for checking it out!

cranberryturkey · 10h ago
is there any package manager I can install with on arch/linux?
thunderbong · 8h ago
This looks good. Can this read the configurations from an existing SSH config file?