-
Notifications
You must be signed in to change notification settings - Fork 18k
x/crypto/ssh: login with incorrect credentials #12901
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
Comments
Are you saying that against a dropbear server, providing incorrect On Sun, 11 Oct 2015 20:59 tobor notifications@github.com wrote:
|
can't reproduce. I've tested SSH-2.0-dropbear_2015.67 in OpenWRT.
Note that if the ssh client is unable to authenticate, the Dial call will
fail.
Please provide more information on how to reproduce.
|
Not able to reproduce either, please open with more details if it is still the case. |
Are you saying that against a dropbear server, providing incorrect Provided the wrong username and password procedure returns successfully, it should return failure |
Can you replicate this behaviour with another ssh client (you may have to mess with the order and types of authentication attempted). In this case the ssh package is acting as a client to the dropbear server, so a. this isn't the fault of the client |
thank you all,I tested xshell and putty return success, but will be asked to re-enter the password,this isn't the fault of the client |
Sorry for not providing little context in my previous comment. It is not reproducible against other servers. I wanted to say the issue is probably dropbear, not the ssh client. |
Thank you for confirming, I agree with your assessment. On Sat, 17 Oct 2015, 08:03 rakyll notifications@github.com wrote:
|
func LinkSSH(host, user, pass string) (info string) {
}
if ssh-server is Dropbear user and pass error return login ok
The text was updated successfully, but these errors were encountered: