OpenSSH RSA keys not supported

FWIW this cleared the issue for me: when generating the keys, I used the command

    ssh-keygen -m pem -f some_key_file -t rsa -b 4096
2 Likes