You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Successful connect to the SSH server using the second private key, not the first one.
What did you see instead?
ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
If I change the order of the two private keys, it succeeds.
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Add two private keys, the first one should fail, the second one should succeed.
What did you expect to see?
Successful connect to the SSH server using the second private key, not the first one.
What did you see instead?
ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
If I change the order of the two private keys, it succeeds.
The text was updated successfully, but these errors were encountered: