Released sshelf, a terminal UI for managing SSH hosts. Save each one once (keys, passwords, jump hosts, tags), then fuzzy-search and hit Enter to connect.
The premise: it never touches ~/.ssh/config. Own database, generates the ssh command,
execs into ssh. Passwords come from your OS keyring via SSH_ASKPASS, so nothing ends up in ps or shell history.
Rust + ratatui, MIT/Apache, macOS + Linux.











