Forum Archive

SFTP Paramiko Error.

mtello

Hi, I'm having issues using Gabes SFTP plugins, and other variations based on his plugin. Both have the same errors, and I'm not sure what's wrong. I Googled these errors but nothing much came up, other than Editorial may have an old version of Paramiko, and that I might have a newer version of SSH. I have also tried accessing my SFTP server using Textastic, and have come up with no errors and immediate access. Anyways, here are the errors (I think the second line is the most important):

No handlers could be found for logger "paramiko.transport"

Incompatible ssh peer (no acceptable kex algorithm)

Lastly, I'm on Arch, a rolling release OS, so it could be just that most OS' have not updated to the newest SSH version.

I would be thankful for any help.

Thanks.

ccc

Editorial may have an old version of Paramiko...

import paramiko, webbrowser
print('Local version of paramiko is: {}'.format(paramiko.__version__))
print('The current PyPI version can be found on this webpage...')
webbrowser.open('https://pypi.python.org/pypi/paramiko')  # currently v1.15.2
mtello

It is an older version of Paramiko. Is there any way to manually update Paramiko on Editorial? I don't really want to mess with FTP, especially as SFTP is so much more secure and easy to setup.