My private key (~/.ssh/id_rsa
) is a 1766-byte file, but my public key (~/.ssh/id_rsa.pub
) is only 396 bytes in length. Why the massive difference? Is it because the private key is encrypted using AES? Isn't AES ciphertext usually around the same length as the plaintext?
Home
/
user-44445