X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/973185256e5c18dafa6659a3ac405965d640f3c9..2af4fe8faa4be47c04b390fce8e85f7cc00dea2a:/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");