File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ sshch compatible with pyhon2 and python3, no additional libraries are required
1111pip install sshch
1212```
1313** Manual installation from the package or git repository also available:**
14+
1415To install for all users:
1516``` bash
1617sudo python setup.py install
@@ -30,6 +31,7 @@ To run command line help:
3031sshch -h
3132```
3233For exit from current ssh session press ` Ctrl+D ` .
34+
3335** Additional Features**
3436- If you want to use unsafe 'password' feature you must install ` sshpass ` first.
3537- If you want to use bash autocompletion function with sshch, copy autocompletion script to /etc/bash_completion.d/:
@@ -39,6 +41,8 @@ sudo cp completion/sshch_bash_completion.sh /etc/bash_completion.d/sshch
3941(changes will come into effect with new bash session)
4042- If you want to use zsh autocompletion:
41431 ) Place File in a Directory where ZSH can find it
44+
4245 -> Search Path is Stored in $fpath
46+
4347 -> echo $fpath
44482 ) Rename File to '_ sshch'
You can’t perform that action at this time.
0 commit comments