Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ssh: Add Option.SetStrictHostKeyChecking() #214
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-utils |
jujubot
merged commit 3b930d9
into
juju:master
May 9, 2016
mjs
deleted the
mjs:more-stricthostkeychecking-options
branch
May 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedMay 9, 2016
•
Edited 1 time
-
ericsnowcurrently
May 9, 2016
This change adds Support for all the openssh StrictHostKeyChecking values, instead of just "yes" or "no". In order to preserve compatibility with the pre-existing behaviour, the default value is "no".
This is needed for work being done to juju ssh/scp/debughooks where sometimes the option needs to be unset.
(Review request: http://reviews.vapour.ws/r/4794/)