-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Reopen Issue 6336 #7709
Comments
I agree that this is a critical issue. ssh is important in professional company networks. |
For those who facing the same issue: After digging into paramiko i figured out it tries to establish ssh connection throught many network interfaces using ipv6 option first. This can lead to some timeout Error (it's the same error that appears) due to network configurations or ssh over ipv6 configurations on the target host (See AddressFamily option for SSH). To fix it i just disabled ipv6 on my computer. But if you definitely want to use ipv6 make sure you can ssh using ipv6 and it should work with paramiko too. refers to #6336 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it had not recent activity during the stale period. |
The issue #6336 has not been reopened yet despite being critical and security related and despite having lots of developers reporting this bug.
Please take a moment to acknowledge this bug and try to fix it.
If you don't consider this important enough to fix, please announce it on the issue so we don't expect any improvement on this topic.
Thank you.
The text was updated successfully, but these errors were encountered: