5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
|
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
|
+
|
sigblob, sigblob_len);
sfree(pkblob);
sfree(sigblob);
sfree(sigdata);
ssh2_pkt_send(ssh);
s->type = AUTH_TYPE_PUBLICKEY;
key->alg->freekey(key->data);
}
} else if (s->method == AUTH_PASSWORD) {
/*
* We send the password packet lumped tightly together with
* an SSH_MSG_IGNORE packet. The IGNORE packet contains a
* string long enough to make the total length of the two
* packets constant. This should ensure that a passive
|