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

Don't exit wolfSSHd daemon on recoverable fcntl failure #721

Closed lealem47 closed 1 month ago

lealem47 commented 1 month ago

Don't exit wolfSSHd daemon on recoverable fcntl failure. The daemon should keep listening for new connections instead of exiting out.

Fix for zd18257