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
- Host: GitHub
- URL: https://github.com/arifburakdemiray/python-ssh-manager
- Owner: arifBurakDemiray
- License: mit
- Created: 2022-11-21T13:27:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T13:52:08.000Z (over 3 years ago)
- Last Synced: 2025-04-04T17:53:32.340Z (about 1 year ago)
- Topics: paramiko, password, python, single-liner, ssh, ssh-manager, sudo
- Language: Python
- Homepage: https://arifburakdemiray.medium.com/continuous-ssh-connection-and-sudo-password-with-python-94a6df57ecd7
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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