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
