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

x/crypto/ssh: add hash support for known_hosts #20034

Closed
jdoklovic opened this issue Apr 19, 2017 · 3 comments
Closed

x/crypto/ssh: add hash support for known_hosts #20034

jdoklovic opened this issue Apr 19, 2017 · 3 comments

Comments

@jdoklovic
Copy link

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go version go1.8.1 linux/amd64

What operating system and processor architecture are you using (go env)?

linux / amd64

What did you do?

Tried to use hashed entries in known_hosts

If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.

What did you expect to see?

An ssh connection

What did you see instead?

an error saying: "knownhosts: hashed hostnames not implemented"

@bradfitz bradfitz changed the title Add hash support for known_hosts x/crypto/ssh: add hash support for known_hosts Apr 19, 2017
@gopherbot gopherbot added this to the Unreleased milestone Apr 19, 2017
@jdoklovic
Copy link
Author

I've implemented this, see: https://go-review.googlesource.com/40984

@gopherbot
Copy link

CL https://golang.org/cl/40984 mentions this issue.

@hanwen
Copy link
Contributor

hanwen commented Apr 20, 2017

@hanwen hanwen closed this as completed Apr 20, 2017
@golang golang locked and limited conversation to collaborators Apr 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants