Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

ssh: Adds HostKeyCallback #4174

Merged
merged 2 commits into from
Jul 10, 2017
Merged

ssh: Adds HostKeyCallback #4174

merged 2 commits into from
Jul 10, 2017

Conversation

andrestc
Copy link
Contributor

@andrestc andrestc commented Jul 5, 2017

This PR updates the vendored golang.org/x/crypto and adds an insecure HostKeyCallback to the native ssh client config.

Related to #4172.

andrestc added 2 commits July 5, 2017 10:55
Signed-off-by: André Carvalho <asantostc@gmail.com>
Signed-off-by: André Carvalho <asantostc@gmail.com>
@SvenDowideit
Copy link
Contributor

@shin- LGTM

@shin-
Copy link
Contributor

shin- commented Jul 10, 2017

The ssh code warns against using it in production, but it used to be the default configuration, so that's what we're currently doing anyway. Moving forward, should we try to check the host key's validity?

@shin- shin- merged commit fcfbd11 into docker:master Jul 10, 2017
@shin- shin- modified the milestones: 0.13.0, 0.12.2 Jul 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants