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

# Homebrew (macOS)
brew tap sk3pp3r/ssh-mngr https://github.com/sk3pp3r/ssh-mngr
brew install ssh-mngr

# From PyPI
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
r Refresh — reload config file
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.4.tar.gz (15.6 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.4-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ssh_mngr-0.1.4.tar.gz
  • Upload date:
  • Size: 15.6 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.4.tar.gz
Algorithm Hash digest
SHA256 2c936e41e68067be973d8ca2d5eea37e49e36a54350b88b547ba012910fe7d90
MD5 7933ae17a9df838b681b832f6708ad09
BLAKE2b-256 a719fb11b736a8d17dda14795a1446233d43c6c3c2ad81f2adf130177cdbf658

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ssh_mngr-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 13.8 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 dd9ec90923e6fb4ac27e1afdefd3fab90058757b3f5ea57691cdc7ca70516934
MD5 3b5225766d5de4cd05037eb7d704b833
BLAKE2b-256 e667757d4d70f021d987e26e288fd122a6ae40a30755d2e4c01bafdd9e4b8ce9

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