Skip to content

Instantly share code, notes, and snippets.

@crowdmatt
Created April 15, 2013 21:48

Revisions

  1. crowdmatt created this gist Apr 15, 2013.
    2 changes: 2 additions & 0 deletions convert-amazon-dot-pem-to-ssh-rsa.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    openssl rsa -in MYFILE.pem -pubout > MYFILE.pub
    ssh-keygen -f MYFILE.pub -i -m PKCS8