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: suggested add auth methods from server to error info #7670

Open
gopherbot opened this issue Mar 31, 2014 · 1 comment
Open
Milestone

Comments

@gopherbot
Copy link

by weyllor:

What does 'go version' print?
go version go1.2.1 windows/amd64

What steps reproduce the problem?
If possible, include a link to a program on play.golang.org.

1. config a Client only with password method
2. connect to a ssh server reject password method
3. auth fail, but no more info to find out what happened.

What happened?
not enough error info to known why ssh auth fail.

What should have happened instead?
show what methods supported by server in error info.

Please provide any additional information below.
I make a path for this issue, ref the attachment.

Attachments:

  1. patch.diff (1379 bytes)
@ianlancetaylor
Copy link
Contributor

Comment 1:

Labels changed: added repo-crypto.

@bradfitz bradfitz removed the new label Dec 18, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc changed the title ssh: suggested add auth methods from server to error info x/crypto/ssh: suggested add auth methods from server to error info Apr 14, 2015
@rsc rsc modified the milestones: Unreleased, Unplanned Apr 14, 2015
@rsc rsc removed the repo-crypto label Apr 14, 2015
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

No branches or pull requests

4 participants