wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
367 stars 88 forks source link

wolfSSHd Connection Closure #718

Closed ejohnstown closed 1 month ago

ejohnstown commented 2 months ago

DESCRIPTION

Improvements to wolfSSHd to shutdown the connection cleaner, without disconnection errors. The server will keep processing the channel data and close its side of the connection. On socket shutdown, it will shutdown its side of the socket and read data from the socket until 0 return, then it closes the socket. Will also interrupt the child process if there are any socket errors. (ZD 17722)