This commit is contained in:
techknowlogick
2020-12-21 01:02:40 -05:00
committed by GitHub
parent 55d7e53d99
commit 70038719bf
37 changed files with 162 additions and 51 deletions

View File

@@ -572,6 +572,10 @@ userAuthLoop:
perms = candidate.perms
}
case "gssapi-with-mic":
if config.GSSAPIWithMICConfig == nil {
authErr = errors.New("ssh: gssapi-with-mic auth not configured")
break
}
gssapiConfig := config.GSSAPIWithMICConfig
userAuthRequestGSSAPI, err := parseGSSAPIPayload(userAuthReq.Payload)
if err != nil {