type golang.org/x/crypto/ssh.ServerAuthError

3 uses

	golang.org/x/crypto/ssh (current package)
		server.go#L377: type ServerAuthError struct {
		server.go#L383: func (l ServerAuthError) Error() string {
		server.go#L425: 				return nil, &ServerAuthError{Errors: authErrs}