Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use legacy address mode for juju ssh --proxy #7151
Conversation
mjs
changed the title from
RFC: Use legacy address mode for juju ssh --proxy
to
Use legacy address mode for juju ssh --proxy
Mar 27, 2017
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 1217528
into
juju:develop
Mar 28, 2017
mjs
deleted the
mjs:1669180-ssh-proxy
branch
Mar 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedMar 24, 2017
•
Edited 1 time
-
mjs
Mar 27, 2017
Description of change
The new reachability scan strategy was being used even when --proxy was passed. This makes no sense given that the scan happens from the client yet the SSH connection is going via the controller. This was causing juju ssh --proxy to fail in some cases.
QA steps
Documentation changes
N.A.
Bug reference
https://bugs.launchpad.net/juju/+bug/1669180