• 3rdp/build/cl-allow-none-auth.patch3rdp/build/GNUmakefile src/syncterm

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Mar 16 05:20:05 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/f4d43d136f07deecb4689fc0
    Added Files:
    3rdp/build/cl-allow-none-auth.patch
    Modified Files:
    3rdp/build/GNUmakefile src/syncterm/bbslist.c conn.c conn.h ssh.c st_crypt.c
    st_crypt.h term.c
    Log Message:
    Add support for the SSH "none" auth method.This is used by some BBSs to enable encryption without needing tointegrate the BBS user base into their SSH server (and presumablyso they don't need to run multiple SSH servers). All users log inwith the same username (ie: "bbs") and no password is requested orrequired.Once the BBS starts, it prompts for the BBS user name and passwordas
    normal.In SyncTERM, the user/password/syspass fields are redefined asSSHuser/BBSuser/BBSpassword and they are moved around when youchange the connection type. This means that if you change a listingthat has a syspass to SSH (no auth) and back, the syspass is lost.I'm not sure if I plan to fix this or not.
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)