X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.c;h=3af4f61006eeb0387a676c07c6e764a53389b03a;hb=4e550f96b2edcf33f2480d2374815ec3df6a60f5;hp=63ea66a42088176e73c3fe92fdde7908c3d6045c;hpb=297ee2573ed51b5ca97880ffd3a9a51c5646a52d;p=PuTTY.git diff --git a/ssh.c b/ssh.c index 63ea66a4..3af4f610 100644 --- a/ssh.c +++ b/ssh.c @@ -6119,6 +6119,10 @@ static void do_ssh2_authconn(Ssh ssh, unsigned char *in, int inlen, */ if (!s->gotit) s->curr_prompt = 0; + } else if (pktin->type == SSH2_MSG_USERAUTH_PASSWD_CHANGEREQ) { + /* FIXME: perhaps we should support this? */ + bombout(("PASSWD_CHANGEREQ not yet supported")); + crStopV; } else if (pktin->type != SSH2_MSG_USERAUTH_FAILURE) { bombout(("Strange packet received during authentication: type %d", pktin->type));