How can I make an SSH connection in Python 3.0? I want to save a file on a remote computer where I have password-less SSH set up.
libssh2 works great for Python 3.x. See this Stack Overflow article How to send a file using scp using python 3.2?