Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 280 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 280 Bytes

python-ssh-manager

Ssh manager via paramiko. Sends commands and waits for the results

To send commands with this tool please use one liner versions of the commands

like sudo git -c credential.helper='!f() { echo "password=GIT_PWD"; echo "username=GIT_NAME";}; f' pull origin