Subj : 3rdp/build/cl-allow-none-auth-svr.patch3rdp/build/GNUmakefile src/sbbs To : Git commit to main/sbbs/master From : Deucе Date : Tue Feb 27 2024 08:57 pm https://gitlab.synchro.net/main/sbbs/-/commit/73bb51100deebc7e5fba1d5a Added Files: 3rdp/build/cl-allow-none-auth-svr.patch Modified Files: 3rdp/build/GNUmakefile src/sbbs3/answer.cpp main.cpp Log Message: Add a patch to allow the server to accept the "none" auth method. If the SSH_ANYAUTH option is set, the server will accept the "none" authentication method, and not even suggest the client send a password or public key. The client must still send a user ID, but we just ignore it completely and don't even log it. .