i have gone through several stackoverflow posts on Python3 and SSH, however it does seem to me there is nothing out there yet.
I checked:
- paramiko
- pexpect
- fabric
- some custom made scripts
What would you recommend to use for SSH operations like:
- password login
- key based authentication
- file transfer
- remote command execution
I'd like to avoid subprocess.Popen as this causes some headaches while multitreading