sk3pp3r/ssh-mngr — reverse-engineered prompt
Reverse engineered prompt
Build me a polished terminal app for managing SSH connections, like a simple RoyalTSX or mRemoteNG that runs fully in the terminal.
I want to open it with a command like ssh-mngr or ssm, see my saved servers grouped into folders, search them quickly, view details like host, user, port, key file, description, full SSH command, and last connected time, then press Enter to connect. Let me add, edit, and delete saved connections, do a one time quick connect with something like user@host:port, and import hosts from my existing ~/.ssh/config.
Store the saved connections in a normal JSON file under ~/.config/ssh-mngr/connections.json. It should work on macOS and Linux, support PEM or identity files per server, and feel clean and keyboard driven. Include install packaging for Python, a short alias command, and enough README docs so someone can install it with pip or pipx and understand the shortcuts.
Want more depth? Deep Reverse