[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sending arbitrary messages between key exchange and user authentication
[Thread Prev] | [Thread Next]
- Subject: Re: Sending arbitrary messages between key exchange and user authentication
- From: Martin Drasar <drasar@xxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 14 Oct 2011 10:25:14 +0200
- To: libssh@xxxxxxxxxx
Dne 14.10.2011 10:00, Aris Adamantiadis napsal(a): > Hi Martin, > > Currently there is no way of sending these messages, but the > modification should be very easy to do. (patch welcome !) > It is currently not possible to negotiate the key re-exchange, but it's > on the todo list. > Anyway, most servers will not accept key reexchange before > authentication to avoid cpu-eating DOS. Hi Aris, thanks for the quick reply. I will gladly provide the patch. Just to be clear - What would you prefer? 1) The user creates the ssh_message and use newly added function ssh_message_send(ssh_message msg) or 2) There would be two functions (say ssh_message_send_debug(const char*) and ssh_message_send_ignore(const char *)) Martin
Re: Sending arbitrary messages between key exchange and user authentication | Aris Adamantiadis <aris@xxxxxxxxxxxx> |
Sending arbitrary messages between key exchange and user authentication | Martin Drasar <drasar@xxxxxxxxxxx> |
Re: Sending arbitrary messages between key exchange and user authentication | Aris Adamantiadis <aris@xxxxxxxxxxxx> |