You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SSH] Increase bit-size of generated RSA and DSA keys
This implementation allows to generate RSA keys with 4096 bits and DSA keys with 3072 bits. (DSA does not support 4096 bits or higher within the key algorithm)
Originally generates 1024 bits for RSA and DSA keys.
Fixes#1464
0 commit comments