How to change key size in OpenSSH? I would like to change it from 1024 key size length to 512.
|
feedback
|
|
I am pretty sure this is what you are after. You need to use ssh-keygen.
this should create a 512 rsa crypto key | |||
|
feedback
|
|
There's also a ServerKeyBits option in sshd_config, can set that to a minimum of 512. | |||
|
feedback
|