raghamadhu commented on issue #578: URL: https://github.com/apache/mina-sshd/issues/578#issuecomment-2288970261
Thank you so much for the suggestions. We tried to set all these and also improvised our logic to have fresh connections for requests post machine initializations. Almost it is working now. However, for the SOCKET_KEEPALIVE requests, we always receive a failure message from Openssh 8.7 server. Any reasons for the same? Do we really need that setting on? Below is the snippet of the failure. ``` 2024-08-14 19:33:22,108 DEBUG [sshd-SshClient[29dcad7e]-timer-thread-1] o.a.s.c.s.ClientSessionImpl encode(ClientSessionImpl[ad...@seliicvm08230.bss-te.seli.gic.ericsson.se/214.5.244.124:22]) packet #121 sending command=80[SSH_MSG_GLOBAL_REQUEST] len=31 2024-08-14 19:33:22,108 DEBUG [sshd-SshClient[29dcad7e]-timer-thread-1] o.a.s.c.i.n.Nio2Session writeBuffer(Nio2Session[local=/0:0:0:0:0:0:0:0:61610, remote=seliicvm08230.bss-te.seli.gic.ericsson.se/214.5.244.124:22]) writing 60 bytes 2024-08-14 19:33:22,108 DEBUG [sshd-SshClient[29dcad7e]-nio2-thread-3] o.a.s.c.s.ClientSessionImpl doHandleMessage(ClientSessionImpl[ad...@seliicvm08230.bss-te.seli.gic.ericsson.se/214.5.244.124:22]) process #129 SSH_MSG_REQUEST_FAILURE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org