Paramiko Sshexception Channel Closed
I have been using Paramiko to send commands across on a Linux/Windows machine. It is working fine for remotely executing tests on an Ubuntu machine. However, it doesn't work on th
Solution 1:
In my case this turned out to be due to SFTP being misconfigured on the server. Try sftp user@remote-host
and if that does not work you'll know that's the root cause. Fixing the problem is dependent on what your server is.
Post a Comment for "Paramiko Sshexception Channel Closed"