X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/91f57d1f7850ab7e9e2234007cf2e571bb6ccc94..12100b9c9ed2a7fefa1621345bc91e88473001dd:/ssh.c diff --git a/ssh.c b/ssh.c index 461ade68..8c71e6df 100644 --- a/ssh.c +++ b/ssh.c @@ -5020,6 +5020,8 @@ static void do_ssh2_authconn(Ssh ssh, unsigned char *in, int inlen, int ispkt) logevent("Access denied"); if (s->type == AUTH_TYPE_PASSWORD && ssh->cfg.change_username) { + /* XXX perhaps we should allow + * keyboard-interactive to do this too? */ s->we_are_in = FALSE; break; }