
Russhx
Russhx: SSH manager written in Rust
I built russhx, a TUI SSH manager, inspired by the lazygit/lazydocker/k9s style of tooling. It's a project I thought of making cause while learning TUI and rust.
What it does:
- Stores server entries (IPs, .pem/.key file locations/port/username/others) in a local sqlite database.
- Clean dashboard with server list, groups, preview panel, and search
- Add/edit/delete servers and groups and tags
- Fully keyboard navigable
used Ratatui. There's binaries available for Linux/macOS/Windows on GitHub Release page and shipped with SHA256SUMS for verification, no need to setup Rust or Cargo to just use the tool.
Currently v0.1.0 - password auth isn't implemented yet(any suggestions?).
Linux/macos Install:
curl -fsSL https://raw.githubusercontent.com/abhishek-Rj/russhx/main/install.sh | sh
repo's here: https://github.com/abhishek-Rj/russhx
all feedbacks, bug reports, or PRs are welcomed.