Subj : ctrl/text.dat exec/user_settings.js src/sbbs3/text_defaults.c To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Tue Jan 20 2026 07:58 pm https://gitlab.synchro.net/main/sbbs/-/commit/ee4a0bb3e3e1254b5741ff54 Modified Files: ctrl/text.dat exec/user_settings.js src/sbbs3/text_defaults.c Log Message: Add option to create/edit/delete SSH keys Based in part on Nigel's customized user_settings.js, except I added it to the 'W' command, conditionally based on whether SSH support is actually enabled on the terminal server. Also, I noticed that a few of the prompts (e.g. Change Password, Delete Signature) that used to default to "No" (in useredit.cpp) somehow got changed to default to "Yes" in this script - so fixed those too. This fixes issue #734 .