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

8 uses

	golang.org/x/crypto/ssh (current package)
		client_auth.go#L106: 	if err := c.writePacket(Marshal(&userAuthRequestMsg{
		client_auth.go#L214: 		sign, err := signer.Sign(rand, buildDataSignedForAuth(session, userAuthRequestMsg{
		client_auth.go#L546: 	m := &userAuthRequestMsg{
		common.go#L276: func buildDataSignedForAuth(sessionID []byte, req userAuthRequestMsg, algo, pubKey []byte) []byte {
		messages.go#L147: type userAuthRequestMsg struct {
		messages.go#L792: 		msg = new(userAuthRequestMsg)
		server.go#L325: 	sessionID []byte, userAuthReq userAuthRequestMsg) (authErr error, perms *Permissions, err error) {
		server.go#L422: 		var userAuthReq userAuthRequestMsg