=========
ManySSh is a ssh password and connection managment system based on python and sqlite. It's a wrapper of ssh. The password management part is working as the post below:
Can you set passwords in .ssh/config to allow automatic login?
- Connections
- connect
- add
- remove
- edit
- list
- fuzzy matches list
- Alias
- create
- open
- How to use
- connection and tag
- how to
Although ManySSH could work fine with ssh password, we still recommend you using private key to manage your ssh connection for the security reason.
- pexpect
- argparse
- sqlite3
###connection & tag###
###how to###
-
add connection
TODO: How to
-
update connection
TODO: How to
-
remove connection
TODO: How to
-
list connection
TODO: How to
-
search connection
TODO: How to
-
connect to server
TODO: How to