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

never use ssh multiplexer in tunnels #4720

Merged
merged 1 commit into from
Dec 29, 2013
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Dec 19, 2013

ssh -f is broken in OpenSSH when a ControlMaster multiplexed connection is used.

-S none disables the multiplexed connection.

closes #4717

`ssh -f` is [broken in OpenSSH](https://bugzilla.mindrot.org/show_bug.cgi?id=1948)
when a ControlMaster multiplexed connection is used.

`-S none` disables the multiplexed connection.

closes ipython#4717
@damianavila
Copy link
Member

👍

minrk added a commit that referenced this pull request Dec 29, 2013
never use ssh multiplexer in tunnels

`ssh -f` is [broken in OpenSSH](https://bugzilla.mindrot.org/show_bug.cgi?id=1948) when a ControlMaster multiplexed connection is used.

`-S none` disables the multiplexed connection.

closes #4717
@minrk minrk merged commit fd4292b into ipython:master Dec 29, 2013
@minrk minrk deleted the ssh-no-mux branch December 29, 2013 18:34
minrk added a commit that referenced this pull request Jan 28, 2014
`ssh -f` is [broken in OpenSSH](https://bugzilla.mindrot.org/show_bug.cgi?id=1948) when a ControlMaster multiplexed connection is used.

`-S none` disables the multiplexed connection.

closes #4717
pankajp pushed a commit to pankajp/ipython that referenced this pull request Feb 19, 2014
`ssh -f` is [broken in OpenSSH](https://bugzilla.mindrot.org/show_bug.cgi?id=1948) when a ControlMaster multiplexed connection is used.

`-S none` disables the multiplexed connection.

closes ipython#4717
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
never use ssh multiplexer in tunnels

`ssh -f` is [broken in OpenSSH](https://bugzilla.mindrot.org/show_bug.cgi?id=1948) when a ControlMaster multiplexed connection is used.

`-S none` disables the multiplexed connection.

closes ipython#4717
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.

hang in parallel.Client when using SSHAgent
2 participants