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

support ssh multiplexer in tunnels #4717 #5886

Closed
wants to merge 1 commit into from
Closed

support ssh multiplexer in tunnels #4717 #5886

wants to merge 1 commit into from

Conversation

mattja
Copy link

@mattja mattja commented May 22, 2014

commit 3967cb5 forced multiplexing off with "-S none", overriding the user's ssh configuration, to work around a bug in openssh (#4717, #4720)

This patch uses the multiplex connection if one is available, while avoiding the problem with the "-f" bug.

Reason: our university's cluster blocks you for half an hour if you make more than 3 connections to
port 22 within one minute. This makes IPython unusable via ssh at the moment. I think this patch resolves it.
Have done some minimal testing, with/without mux and with/without public key auth.

@mattja
Copy link
Author

mattja commented May 22, 2014

The recent change in commit 9db9742 means that code in external/ssh/ is no longer used, so perhaps this pull request should have been upstream to pyzmq?

@minrk
Copy link
Member

minrk commented May 22, 2014

Yes, please do make the same PR upstream to pyzmq.

@mattja
Copy link
Author

mattja commented May 23, 2014

submitted upstream zeromq/pyzmq#551

@minrk
Copy link
Member

minrk commented Jun 3, 2014

zeromq/pyzmq#551 is merged, closing here in favor of #5927.

@minrk minrk closed this Jun 3, 2014
@mattja mattja deleted the ssh-with-mux branch August 7, 2014 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants