Ssh connection manager
Go to file
Jeffrey Slort de2f544178 added bash autocompletion script for sshch aliases 2017-09-11 10:53:03 +02:00
sshch add quotes for sshpass (for & symbol in password) 2017-09-05 15:16:23 +03:00
LICENSE add setup file and update readme 2017-07-25 13:07:47 +03:00
README.md misprint in readme 2017-07-25 13:10:53 +03:00
setup.py add quotes for sshpass (for & symbol in password) 2017-09-05 15:16:23 +03:00
sshch_bash_completion.sh added bash autocompletion script for sshch aliases 2017-09-11 10:53:03 +02:00
sshch_screenshot.png fixed screenshot 2017-07-25 13:39:45 +03:00

README.md

SSH connection manager with curses interface

sshch is released under DWTWL 2.5 license

Screenshot

sshch

Installing

To install for all users:

sudo python setup.py install

To install just for current user:

mkdir ~/.local/bin
cp sshch/sshch ~/.local/bin/

Using

To run curses interface:

sshch

To run command line help:

sshch -h

If you want to use unsafe 'password' feature you must install 'sshpass' first.