ssh: Add Option.SetStrictHostKeyChecking() #214

Merged
merged 1 commit into from May 9, 2016

Conversation

Projects
None yet
2 participants
Contributor

mjs commented 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/)

ssh: Add Option.SetStrictHostKeyChecking()
This change adds Support for all the openssh StrictHostKeyChecking
values, instead of just "yes" or "no".

This is needed for work being done to juju ssh/scp/debughooks where
sometimes the option needs to be unset.
Contributor

mjs commented May 9, 2016

$$merge$$

Contributor

jujubot commented May 9, 2016

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-utils

@jujubot jujubot merged commit 3b930d9 into juju:master May 9, 2016

@mjs 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