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

Add new required SSH param HostKeyCallback #34

Merged
merged 2 commits into from
Apr 16, 2017
Merged

Add new required SSH param HostKeyCallback #34

merged 2 commits into from
Apr 16, 2017

Conversation

brikis98
Copy link
Member

@brikis98 brikis98 commented Apr 16, 2017

A security vulnerability was found in Go (golang/go#19767) where its SSH library did not do host key checking by default. This was fixed (https://go-review.googlesource.com/c/38701/) and the fix is (by design) backwards incompatible in that you are now required to pass a HostKeyCallback param or you get a runtime error.

A security vulnerability was found in Go
(golang/go#19767) where its SSH library did
not do host key checking by default. This was fixed
(https://go-review.googlesource.com/c/38701/) and the fix is (by
design) backwards incompatible in that you are now required to pass a
HostKeyCallback param.
@brikis98
Copy link
Member Author

Merging now

@brikis98 brikis98 merged commit 31ad80a into master Apr 16, 2017
@brikis98 brikis98 deleted the ssh-host-key branch April 16, 2017 23:46
Copy link
Contributor

@josh-padnick josh-padnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find, and fix. Seems like a responsible way of handling this by the Go team. Thx for fixing!

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.

2 participants