I am having a really hard time getting my SSH keys up and running after installing Windows 10. Normal method is create it and throw it in the user\'s account under .ssh. T
Create private/public key:
git bash, PowerShell, cmd.exe etc.)ssh-keygen~/.ssh/id_rsa)RSA is 3072 or aboveYou have now created a private/public key pair.
For GIT the key must have a strength of 2048, must be located in the users .ssh directory and be called id_rsa and id_rsa.pub. When pasting the keys anywhere make sure to use a program that does not add new lines like VIM.