https://gitlab.synchro.net/main/sbbs/-/issues/796#note_8718
If there was a configuration option for RSA keysize, it would be trivial to add something like:
```
if (cryptStatusError(i = cryptSetAttribute(ssh_context, CRYPT_CTXINFO_KEYSIZE, size_in_bits / 8))) {
GCESNN(i, ssh_context, "setting keysize");
goto NO_SSH;
}
```
after adding the label at line 5373 in main.cpp.
--- SBBSecho 3.37-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)