Skip to main content

Quick SSH session manager - save your VM credentials and connect with a single command

Project description

qssh

Quick SSH session manager - Save your VM credentials and connect with a single command.

Tired of copy-pasting credentials every time you want to SSH into your VMs? qssh lets you save your session configs and connect instantly.

Installation

pip install qssh

Quick Start

1. Add a new session

qssh add myserver

You'll be prompted for:

  • Host (IP address or hostname)
  • Username
  • Port (default: 22)
  • Authentication method (password or key file)

2. Connect to your VM

qssh myserver

That's it! You're connected.

Commands

Command Description
qssh <session> Connect to a saved session
qssh add <name> Add a new session
qssh list List all saved sessions
qssh remove <name> Remove a session
qssh edit <name> Edit an existing session
qssh show <name> Show session details
qssh config Show config file location

Examples

# Add a session for your myserver VM
qssh add myserver
# Host: 192.168.1.100
# Username: admin
# Port [22]: 22
# Auth type (password/key) [password]: password
# Password: ********

# Now just connect with:
qssh myserver

# List all your sessions
qssh list

# Remove a session
qssh remove old-server

# Show details of a session
qssh show myserver

Using SSH Keys

For key-based authentication:

qssh add myserver
# Host: example.com
# Username: deploy
# Port [22]: 22
# Auth type (password/key) [password]: key
# Key file path [~/.ssh/id_rsa]: ~/.ssh/my_key
# Key passphrase (leave empty if none): ********

Supported key types:

  • RSA
  • Ed25519
  • ECDSA
  • DSS

Configuration

Sessions are stored in ~/.qssh/sessions.yaml. Passwords and key passphrases are stored encoded (not plaintext) but for maximum security, consider using SSH keys without passphrases or with an SSH agent.

License

MIT License

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

qssh-0.2.10.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

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

qssh-0.2.10-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file qssh-0.2.10.tar.gz.

File metadata

  • Download URL: qssh-0.2.10.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for qssh-0.2.10.tar.gz
Algorithm Hash digest
SHA256 d75b75b53c1a0b5e6c999eac1a87294cd3e1ddc49b4dd7b06d9e0cc897f1a527
MD5 cc374a6e7aa498f35d678d94b45e6570
BLAKE2b-256 94fa2b7b39cad7af3cebcc6aaf173b03e2de22798e240b506a512dedd128836e

See more details on using hashes here.

File details

Details for the file qssh-0.2.10-py3-none-any.whl.

File metadata

  • Download URL: qssh-0.2.10-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for qssh-0.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 a367c45eb36389e1ebe71707978384798a341e1d650b5e4537a2ec2f21006e8f
MD5 1db002570add8fa23cb0ab420565cadd
BLAKE2b-256 772e025184d023492d10137c6d288888c3cb902579602efeb17bef488236bf9d

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