🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

messh

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messh

A useful SSH configuration manager.

1.2.0
PyPI
Maintainers
1

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!

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts