Ssh connection manager
Go to file
GHPS 6fdcf8ae6d Added full ZSH completion 2018-01-19 16:20:33 +01:00
completion Added full ZSH completion 2018-01-19 16:20:33 +01:00
sshch Better Scriptability by Removing Unnecessary Comma in List Output 2017-11-21 21:24:24 +01:00
LICENSE add setup file and update readme 2017-07-25 13:07:47 +03:00
README.md README fix 2017-09-13 12:05:17 +03:00
setup.py Adding autocompetion instructions to README and fixing lack of 'exec_string' parameter crashing 2017-09-13 12:03:00 +03: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.

If you want to use bash autocompletion function with sshch, copy autocompletion script to /etc/bash_completion.d/:

sudo cp sshch_bash_completion.sh /etc/bash_completion.d/sshch

(changes will come into effect with new bash session)