arifBurakDemiray / python-ssh-manager

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

Home Page:https://arifburakdemiray.medium.com/continuous-ssh-connection-and-sudo-password-with-python-94a6df57ecd7

Repository from Github https://github.comarifBurakDemiray/python-ssh-managerRepository from Github https://github.comarifBurakDemiray/python-ssh-manager

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

About

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

https://arifburakdemiray.medium.com/continuous-ssh-connection-and-sudo-password-with-python-94a6df57ecd7

License:MIT License


Languages

Language:Python 98.6%Language:Shell 1.4%