golang.org/x/crypto/ssh.cachedPubKey.result (field)
7 uses
golang.org/x/crypto/ssh (current package)
server.go#L141: result error
server.go#L523: candidate.perms, candidate.result = config.PublicKeyCallback(s, pubKey)
server.go#L524: if candidate.result == nil && candidate.perms != nil && candidate.perms.CriticalOptions != nil && candidate.perms.CriticalOptions[sourceAddressCriticalOption] != "" {
server.go#L525: candidate.result = checkSourceAddress(
server.go#L540: if candidate.result == nil {
server.go#L550: authErr = candidate.result
server.go#L571: authErr = candidate.result
![]() |
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. |