Skip to main content

A beautiful terminal SSH connection manager — like mRemoteNG for your terminal

Project description

SSH Manager (ssh-mngr)

A beautiful terminal SSH connection manager — like mRemoteNG / RoyalTSX, but right inside your terminal.

PyPI version Python 3.9+ License: MIT

Built with Textual + Rich — no GUI, no browser, just your terminal.


✨ Why?

If you SSH into multiple Linux servers daily — some with your user, some with root, some with PEM keys — you need a fast way to manage, search, and connect. No more scrolling through bash history or maintaining shell aliases.

ssh-mngr gives you a Norton Commander-style TUI with a sidebar of grouped connections, a detail panel, live search, and one-key connect.


📦 Install

# From PyPI (recommended)
pipx install ssh-mngr

# Or with pip
pip install ssh-mngr

Install from source

git clone https://github.com/sk3pp3r/ssh-mngr.git
cd ssh-mngr
pip install .

Offline install (air-gapped servers)

# On a machine with internet — build wheels
pip wheel . -w dist/
pip download -d dist/ .

# Transfer the dist/ folder via sftp/scp
sftp user@offline-host
sftp> put dist/* /tmp/ssh-mngr-wheels/

# On the offline machine
pip install --no-index --find-links=/tmp/ssh-mngr-wheels/ ssh-mngr

🚀 Usage

ssh-mngr     # launch the TUI
ssm           # short alias — same thing

⌨️ Keyboard Shortcuts

Key Action
a Add new connection
e Edit selected connection
d Delete selected connection
f Quick connect — ad-hoc SSH
Enter Connect to selected server
i Import from ~/.ssh/config
s Search — focus the filter bar
q Quit

🎯 Features

Feature Description
Grouped connections Organise servers into named folders
PEM / identity-file Per-connection key file support
Quick connect Ad-hoc user@host:port without saving
SSH config import One-key import from ~/.ssh/config
Live search Filter connections as you type
Detail panel Shows host info, SSH command, last-connected
Last connected Tracks when you last used each connection
Cross-platform Works on macOS and Linux terminals

🏗️ Project Structure

src/ssh_mngr/
├── app.py          # Main Textual app — layout, keybindings, SSH launch
├── screens.py      # Modal dialogs (add/edit/quick-connect/confirm)
├── config.py       # JSON config load/save
├── models.py       # SSHConnection dataclass
└── ssh_import.py   # ~/.ssh/config parser

⚙️ Configuration

Connections are stored as JSON at:

~/.config/ssh-mngr/connections.json

Example:

{
  "version": 1,
  "connections": [
    {
      "id": "a1b2c3d4",
      "name": "Production Web",
      "host": "10.0.1.50",
      "port": 22,
      "username": "deploy",
      "identity_file": "~/.ssh/prod.pem",
      "group": "Production",
      "description": "Main web server",
      "last_connected": "2026-03-25T14:30:00"
    }
  ]
}

🗺️ Roadmap

  • Duplicate connection
  • SSH tunnels / port forwarding
  • Connection tags & multi-group
  • Export / import connections (JSON / YAML)
  • SCP / file transfer shortcut
  • Theme customisation

📄 License

MIT — see LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssh_mngr-0.1.1.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ssh_mngr-0.1.1-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file ssh_mngr-0.1.1.tar.gz.

File metadata

  • Download URL: ssh_mngr-0.1.1.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for ssh_mngr-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c53ffaf8f98e1e5f23b05b13267a6b5410b663c1b47b5eeca20b9adf5d69a987
MD5 2a16de6b971e6171644bb04431f3ec0d
BLAKE2b-256 6d1fac71b4b9252e826f848ed2965c14e9ab99824280dc03eca5729b7ca6ed32

See more details on using hashes here.

File details

Details for the file ssh_mngr-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: ssh_mngr-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for ssh_mngr-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3da039cf41754d1cf0bf175374109861dcbb46120f92295a57381307fe8f2220
MD5 aada2bc054ddcc5be37709f9ba406ba4
BLAKE2b-256 54a92a8526f9a7d332a872e2bf03be764f9de9091a8b8a777ec5fe7909772b95

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page