X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8221906dee8ae94c7c81d320d00ef774765d0bc6..b186421379e975e593a2e71913109cd5f2f78b66:/ssh.c diff --git a/ssh.c b/ssh.c index e8f65b58..dafa1489 100644 --- a/ssh.c +++ b/ssh.c @@ -7718,7 +7718,8 @@ static void do_ssh2_authconn(Ssh ssh, unsigned char *in, int inlen, logevent("Server refused keyboard-interactive authentication"); } else if (s->type==AUTH_TYPE_GSSAPI) { /* always quiet, so no c_write */ - logevent("GSSAPI authentication failed"); + /* also, the code down in the GSSAPI block has + * already logged this in the Event Log */ } else if (s->type == AUTH_TYPE_KEYBOARD_INTERACTIVE) { logevent("Keyboard-interactive authentication failed"); c_write_str(ssh, "Access denied\r\n");