MCPcopy
hub / github.com/golang/crypto / gssAPIWithMICCallback

Struct gssAPIWithMICCallback

ssh/client_auth.go:727–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727type gssAPIWithMICCallback struct {
728 gssAPIClient GSSAPIClient
729 target string
730}
731
732func (g *gssAPIWithMICCallback) auth(session []byte, user string, c packetConn, rand io.Reader, _ map[string][]byte) (authResult, []string, error) {
733 m := &userAuthRequestMsg{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected