func golang.org/x/crypto/ssh.unexpectedMessageError
7 uses
golang.org/x/crypto/ssh (current package)
client_auth.go#L312: return false, unexpectedMessageError(msgUserAuthSuccess, packet[0])
client_auth.go#L356: return authFailure, nil, unexpectedMessageError(msgUserAuthSuccess, packet[0])
client_auth.go#L442: return authFailure, nil, unexpectedMessageError(msgUserAuthInfoRequest, packet[0])
common.go#L107: func unexpectedMessageError(expected, got uint8) error {
handshake.go#L608: return unexpectedMessageError(msgNewKeys, packet[0])
messages.go#L834: return nil, unexpectedMessageError(0, packet[0])
server.go#L697: return nil, unexpectedMessageError(msgUserAuthInfoResponse, packet[0])
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |