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
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.3.tar.gz (15.5 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.3-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ssh_mngr-0.1.3.tar.gz
  • Upload date:
  • Size: 15.5 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.3.tar.gz
Algorithm Hash digest
SHA256 3cf62c77506b2722f131554e769b4ae730db8b15465a61cd0ef470de715e482b
MD5 f75b5e19266d8f927a1cd49ed78073f3
BLAKE2b-256 082d680e245af4aeac776df6e83bf5c2af239ee8e35f4f65a467d75ddf78ae3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ssh_mngr-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 13.7 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 13bda183b73d1052d4ca877f87938f63ec7831ae6cc5992d7af873a56732dbb3
MD5 b0c835601f5624c904d5b4f44322c98f
BLAKE2b-256 e28d6cf917612cba6a51ff9717f045bee2d7c8c0446195ec8547019bb8992578

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