Closed Foxboron closed 1 year ago
This allows us to support RSA keys.
Note we can only do RSA2048 and it seems like most ssh servers still try to offer SHA-1.
RSA2048
SHA-1
Is the restriction of RSA 2048 bits a technical limitation of TPMs?
@dblitt Yes, but some TPMs might support stronger keys. I'm not sure how to figure this out dynamically so currently 2048 is good enough.
This allows us to support RSA keys.
Note we can only do
RSA2048
and it seems like most ssh servers still try to offerSHA-1
.