File openssh-rsa512-minimal-7.7.patch of Package openssh
diff -ruw openssh-7.7p1.orig/sshkey.h openssh-7.7p1/sshkey.h --- openssh-7.7p1.orig/sshkey.h 2018-04-02 07:38:28.000000000 +0200 +++ openssh-7.7p1/sshkey.h 2018-08-31 11:24:58.668907712 +0200 @@ -46,7 +46,7 @@ # define EC_POINT void #endif /* WITH_OPENSSL */ -#define SSH_RSA_MINIMUM_MODULUS_SIZE 1024 +#define SSH_RSA_MINIMUM_MODULUS_SIZE 512 #define SSH_KEY_MAX_SIGN_DATA_SIZE (1 << 20) struct sshbuf;