Re: Failed to connect to dropbear version 2020.81

2023-06-06 Thread Ronny Meeus
behavior is seen. Best regards Ronny Op ma 5 jun 2023 om 14:41 schreef Ronny Meeus : > > Hello > > we have a dropbear version 2020,81 running in an old release of our SW > as our login server. > Currently we experience issues logging in on the system from the > remote system r

Failed to connect to dropbear version 2020.81

2023-06-05 Thread Ronny Meeus
Hello we have a dropbear version 2020,81 running in an old release of our SW as our login server. Currently we experience issues logging in on the system from the remote system running Openssh (using dropbear also on the client side we see a similar result). At the end of the mail I pasted the ou

[PATCH] Limit size of the iovect passed to writev in packet.c

2014-05-18 Thread ronny . meeus
cepts 1024 entries to be present in the vector. The result is that the connection is being closed. Signed-off-by: Ronny Meeus diff --git a/packet.c b/packet.c --- a/packet.c +++ b/packet.c @@ -64,13 +64,24 @@ void write_packet() { struct iovec *iov = NULL; int i; stru

[PATCH] Print errno information in write_packet

2014-05-18 Thread ronny . meeus
This patch put the error information into the log output to have a better view on the reason of a packet write failure. Signed-off-by: Ronny Meeus diff --git a/packet.c b/packet.c --- a/packet.c +++ b/packet.c @@ -90,7 +90,7 @@ void write_packet() { TRACE2(("