golang.org/x/crypto/ssh.userAuthRequestMsg.Service (field)
8 uses
golang.org/x/crypto/ssh (current package)
client_auth.go#L108: Service: serviceSSH,
client_auth.go#L216: Service: serviceSSH,
client_auth.go#L548: Service: serviceSSH,
common.go#L290: req.Service,
messages.go#L149: Service string
server.go#L365: mic := buildMIC(string(sessionID), userAuthReq.User, userAuthReq.Service, userAuthReq.Method)
server.go#L432: if userAuthReq.Service != serviceSSH {
server.go#L433: return nil, errors.New("ssh: client attempted to negotiate for unknown service: " + userAuthReq.Service)
![]() |
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. |