Skip to content

Instantly share code, notes, and snippets.

@nathan-muir
Created August 4, 2015 00:50
Show Gist options
  • Save nathan-muir/a5234253819a6912c719 to your computer and use it in GitHub Desktop.
Save nathan-muir/a5234253819a6912c719 to your computer and use it in GitHub Desktop.
SSH - Change password on key file
ssh-keygen -p -f $1
ssh-add $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment