mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 17:56:33 +00:00
ssh_packet_send2() needs to queue pkts until initial kex is done.
fixes ssh-proxy w/ dropbear client
This commit is contained in:
@@ -230,6 +230,11 @@ ssh_alloc_session_state(void)
|
||||
state->p_send.packets = state->p_read.packets = 0;
|
||||
state->initialized = 1;
|
||||
}
|
||||
/*
|
||||
* ssh_packet_send2() needs to queue packets until
|
||||
* we've done the initial key exchange.
|
||||
*/
|
||||
state->rekeying = 1;
|
||||
return ssh;
|
||||
fail:
|
||||
if (state->input)
|
||||
|
||||
Reference in New Issue
Block a user