Skip to content

Instantly share code, notes, and snippets.

@Razikus
Created January 25, 2018 08:19
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Razikus/0f0333f01a54e977585f39a5c7782c35 to your computer and use it in GitHub Desktop.
Save Razikus/0f0333f01a54e977585f39a5c7782c35 to your computer and use it in GitHub Desktop.
Create id_rsa and id_rsa.pub, force overwrite existing key
echo -e 'y\n' | ssh-keygen -f $HOME/.ssh/id_rsa -t rsa -N ''
@oneslideicywater
Copy link

great

@imaskm
Copy link

imaskm commented Oct 31, 2019

Awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment