DEV Community

Discussion on: Setting up SSH and Git on Windows 10

Collapse
 
davidshq profile image
Dave Mackey

So, interesting note. If you generate a key with a name other than id_rsa you need to explicitly define when it is used in ~/.ssh/config

e.g., Host mydomain.com
HostName mydomain.com
User someuser
IdentityFile ~/.ssh/mydomainkey