Skip to main content

A useful SSH configuration manager.

Project description

messh.py

A useful SSH configuration manager.

Install

sudo pip install messh

How to use

Get help about messh

messh --help

Display all ssh-config in messh

messh list

Create ssh connection and auto save it in config list, use --only-create only update config without creating ssh connection.

messh connect root@host --port 7878 --name "Myself VPS"

Use config by index to create ssh connection

messh connect 0

Execute command by ssh connection

messh execute root@host "ls -l" --port 8080
# or use index
messh execute 0 "ls -l"

Delete config by index(integer)

messh delete 0

Security

All config would be write to ~/messh.conf by JSON. Protect it!

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

messh-1.1.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

messh-1.1.1-py2.py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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