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
![]() |
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. |