Generating private key on Windows
Backup old keys if any
cd %userprofile%/.sshdir id_*mkdir key_backup copy id_rsa* key_backup
Generate new keys
ssh-keygen -t rsa -C "your_email@example.com"
Copy the public key to your clipboard
cd %userprofile%/.ssh
clip < id_rsa.pub
Then you can paste this key in some third party service
Recent Comments