Created
November 7, 2013 18:21
-
-
Save cbowns/7359383 to your computer and use it in GitHub Desktop.
Broken ssh key on OS X 10.9 Mavericks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ssh-keygen -vvv -y -f id_rsa.converted | |
debug3: Incorrect RSA1 identifier | |
debug1: key_parse_private_pem: PEM_read_PrivateKey failed | |
debug1: read PEM private key done: type <unknown> | |
Enter passphrase: | |
debug3: Incorrect RSA1 identifier | |
debug1: key_parse_private_pem: PEM_read_PrivateKey failed | |
debug1: read PEM private key done: type <unknown> | |
load failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment