New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection dies with EOF in transport thread and raises an AuthenticationException #1098
Comments
|
i also met this promble! |
|
This somewhat resembles #1004 - can you try with paramiko 2.1.2? |
|
Unfortunately, that gave the same results. I uninstalled paramiko, installed paramiko-2.1.2, ran my Simplified Test Connect Script from above and got the log below: |
|
Facing the same issue when working with paramiko to connect to a Win 7 VM. What helped you in resolution of this issue @Manzabar? Thanks. |
|
@doneria-anjali I never was able to resolve this. The organization I was working for ended up going with a totally different solution. |
I've written a Python+Paramiko script that I use at work to automate transferring files back and forth between a number of different servers; both within my organization and outside it. Recently one of our internal servers (running HP-UX) got updated from OpenSSL 0.9.8y to OpenSSL 1.0.2h. Since that happened, my script is dieing with EOF in transport thread and throwing an AuthenticationException.
I'm looking for any suggestions on what to try to do to troubleshoot/fix this issue.
Notes
-- Python 2.7.13
-- Paramiko 2.3.1
Simplified Test Connect Script
Sample Log File
Thanks!
The text was updated successfully, but these errors were encountered: