Created
January 25, 2018 08:19
-
-
Save Razikus/0f0333f01a54e977585f39a5c7782c35 to your computer and use it in GitHub Desktop.
Create id_rsa and id_rsa.pub, force overwrite existing key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -e 'y\n' | ssh-keygen -f $HOME/.ssh/id_rsa -t rsa -N '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
great