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
The user can authenticate with the same agent settings when using the standard mac openssh client.
What did you see instead?
Public key authentication is presented but fails. handshake debug has been enabled above.
So far, there's a 2 failures to 1 success rate, this is a failing connection
What is really interesting is that the failing username is surrounded by quotes, the succeeding is not. His configuration is not surrounded by quotation marks. We are using the same binary.
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?
library issue, shouldn't be related to compiler?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
maybe related to #21793
but I can't bisect back to his version as that is missing some key code.
What did you expect to see?
The user can authenticate with the same agent settings when using the standard mac openssh client.
What did you see instead?
Public key authentication is presented but fails. handshake debug has been enabled above.
So far, there's a 2 failures to 1 success rate, this is a failing connection
What is really interesting is that the failing username is surrounded by quotes, the succeeding is not. His configuration is not surrounded by quotation marks. We are using the same binary.
The text was updated successfully, but these errors were encountered: