Skip to content

fuyedong/ManySSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManySSH

=========

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?

TODOS

  • Connections
    • connect
    • add
    • remove
    • edit
    • list
    • fuzzy matches list
  • Alias
    • create
    • open
  • How to use
    • connection and tag
    • how to

Notice

Although ManySSH could work fine with ssh password, we still recommend you using private key to manage your ssh connection for the security reason.

Required packages for python

  • pexpect
  • argparse
  • sqlite3

How to use

###connection & tag###

###how to###

  1. add connection

    TODO: How to

  2. update connection

    TODO: How to

  3. remove connection

    TODO: How to

  4. list connection

    TODO: How to

  5. search connection

    TODO: How to

  6. connect to server

    TODO: How to

About

A ssh connection information manage system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages