Skip to content
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

Closed
snwfdhmp opened this issue Aug 27, 2020 · 4 comments
Closed

Reopen Issue 6336 #7709

snwfdhmp opened this issue Aug 27, 2020 · 4 comments

Comments

@snwfdhmp
Copy link

snwfdhmp commented Aug 27, 2020

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.

@snwfdhmp snwfdhmp changed the title Issue 6336 Reopen Issue 6336 Aug 27, 2020
@rolpaul
Copy link

rolpaul commented Oct 21, 2020

I agree that this is a critical issue. ssh is important in professional company networks.
I can still reproduce this problem still exists on docker-compose 1.25.0 linux (ubuntu)
I can not confirm the statement in #6338 that this was fixed and merged in #6388.
As @sampwing points out please acknowledge this bug and tell us how to proceeed, either here in #7709 or in reopened #6336.

@konzinov
Copy link

konzinov commented Nov 19, 2020

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.
it can be done on mac with networksetup -setv6off Ethernet && networksetup -setv6off Wi-Fi

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

@stale
Copy link

stale bot commented Jul 26, 2021

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.

@stale stale bot added the stale label Jul 26, 2021
@stale
Copy link

stale bot commented Aug 2, 2021

This issue has been automatically closed because it had not recent activity during the stale period.

@stale stale bot closed this as completed Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants