Skip to content

Instantly share code, notes, and snippets.

@cbowns
Created November 7, 2013 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbowns/7359383 to your computer and use it in GitHub Desktop.
Save cbowns/7359383 to your computer and use it in GitHub Desktop.
Broken ssh key on OS X 10.9 Mavericks
% 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