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.
Showing
- 3rdp/build/GNUmakefile 2 additions, 1 deletion3rdp/build/GNUmakefile
- 3rdp/build/cl-allow-none-auth-svr.patch 35 additions, 0 deletions3rdp/build/cl-allow-none-auth-svr.patch
- src/sbbs3/answer.cpp 4 additions, 0 deletionssrc/sbbs3/answer.cpp
- src/sbbs3/main.cpp 5 additions, 0 deletionssrc/sbbs3/main.cpp
Loading
Please register or sign in to comment