Skip to content

Instantly share code, notes, and snippets.

@rizkylab
Created October 13, 2016 16:38
Show Gist options
  • Save rizkylab/5fcf9b4e1e89e465c28674e1f90bcace to your computer and use it in GitHub Desktop.
Save rizkylab/5fcf9b4e1e89e465c28674e1f90bcace to your computer and use it in GitHub Desktop.
Remove the Passphrase
cd ~/.ssh
cp id_rsa id_rsa.org
openssl rsa -in id_rsa.org -out id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment