I checked the following, none of which work with Python 3:
- paramiko
- pexpect
- the cloth
- some custom scripts
What do you recommend to use for SSH operations, such as:
- login password
- key based authentication
- file transfer
- remote command execution
I would like to avoid subprocess.Popen as it causes some headaches when multitasking.
m1k3y3
source share