type golang.org/x/crypto/ssh.authResult
11 uses
golang.org/x/crypto/ssh (current package)
client_auth.go#L14: type authResult int
client_auth.go#L17: authFailure authResult = iota
client_auth.go#L96: auth(session []byte, user string, p packetConn, rand io.Reader) (authResult, []string, error)
client_auth.go#L105: func (n *noneAuth) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error) {
client_auth.go#L125: func (cb passwordCallback) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error) {
client_auth.go#L192: func (cb publicKeyCallback) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error) {
client_auth.go#L240: var success authResult
client_auth.go#L332: func handleAuthResponse(c packetConn) (authResult, []string, error) {
client_auth.go#L398: func (cb KeyboardInteractiveChallenge) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error) {
client_auth.go#L500: func (r *retryableAuthMethod) auth(session []byte, user string, c packetConn, rand io.Reader) (ok authResult, methods []string, err error) {
client_auth.go#L545: func (g *gssAPIWithMICCallback) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error) {
 |
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. |