How an old OpenSSL package would generate a key that itself cannot use?
Landing here to an scenario where the command below generated a correct rsa-sha2-512 key
ssh-keygen -t rsa-sha2-512 -b 4096
When that same Windows machine tries to access the SFTP with the sftp -vv built-in command, the used version of Op… Continue reading How an old OpenSSL package would generate a key that itself cannot use?