golang.org/x/crypto/ssh.userAuthRequestMsg.Method (field)
9 uses
golang.org/x/crypto/ssh (current package)
client_auth.go#L109: Method: "none",
client_auth.go#L217: Method: cb.method(),
client_auth.go#L549: Method: g.method(),
common.go#L291: req.Method,
messages.go#L150: Method string
server.go#L365: mic := buildMIC(string(sessionID), userAuthReq.User, userAuthReq.Service, userAuthReq.Method)
server.go#L454: switch userAuthReq.Method {
server.go#L622: authErr = fmt.Errorf("ssh: unknown method %q", userAuthReq.Method)
server.go#L628: config.AuthLogCallback(s, userAuthReq.Method, authErr)
 |
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. |