dani-schmitt
dani-schmitt
attaching localoptions.h does not work so here is the content: ``` #define DROPBEAR_SVR_PASSWORD_AUTH 0 #define DROPBEAR_SVR_PAM_AUTH 1 #define DROPBEAR_RSA 0 #define DROPBEAR_RSA_SHA1 0 #define DROPBEAR_DH_GROUP14_SHA1 0 #define DROPBEAR_DH_GROUP14_SHA256 0 #define...
Setting only KEXHASHBUF_MAX_INTS did not fix it, but I also did "brute force" ``` #define MAX_PUBKEY_SIZE 1700 #define MAX_PRIVKEY_SIZE 1700 #define KEXHASHBUF_MAX_INTS (1700 + 130 + 130 + 130) ```...
Update: To narrow things down I switched from pam auth to password auth. This did not changed anything. I removed dropbear from initd and started it in foreground ``` root@bueroOben#./dropbear...