Bye bye RSA keys?
Bye bye RSA keys?
Posted Feb 15, 2020 13:00 UTC (Sat) by cjwatson (subscriber, #7322)In reply to: Bye bye RSA keys? by tlamp
Parent article: OpenSSH 8.2 released
Posted Feb 15, 2020 16:46 UTC (Sat)
by tlamp (subscriber, #108540)
[Link] (2 responses)
But doesn't relates the keysize to rsa-sha2-{256,512}?
2048 -> 256
Else, do you or anybody else knows a quick and general available method to get the used type from a public key?
Posted Feb 16, 2020 6:22 UTC (Sun)
by djm (subscriber, #11651)
[Link]
All existing ssh-rsa keys can be used with the newer rsa-sha2-256/512 signature types. Whether these are supported though is down to the ssh client and server in question, and the easiest way to find out whether both offer those algorithms is to try the recipe in the release notes ("ssh -oHostkeyAlgorithms=-ssh-rsa")
Posted Feb 16, 2020 9:59 UTC (Sun)
by cjwatson (subscriber, #7322)
[Link]
Part of the SSH authentication protocol involves agreeing on mutually-acceptable parameters, such as the key signature algorithm; as a result you may well find different algorithms being used depending on the client/server combination.
Bye bye RSA keys?
I.e.:
4096 -> 512
Bye bye RSA keys?
Bye bye RSA keys?