An open API service indexing awesome lists of open source software.

https://github.com/arifburakdemiray/python-ssh-manager

Ssh manager via paramiko. Sends commands and waits for the results
https://github.com/arifburakdemiray/python-ssh-manager

paramiko password python single-liner ssh ssh-manager sudo

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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