Thursday, April 14, 2022

[SOLVED] How to get SSH public key for Github in windows10

Issue

I followed the steps below, but I couldn't find the right key.

1. open command prompt (CMD)
2. enter SSH-keygen and press enter
3. press enter to all settings. now your key is saved in c:\\Users.ssh\\id_rsa.pub

Please tell me how to solve it.


Solution

Before executing CMD command, do the following.

WIN key → Apps & features → optional features → Install open SSH client

enter image description here enter image description here



Answered By - Dream180
Answer Checked By - Timothy Miller (WPSolving Admin)