github - Generate new SSH Key in GIT GUI -


actually, have generated ssh key using git gui. modify existing ssh key. don't see options modifying existing key.
can tell me how modify existing ssh key?


enter image description here

to modify existing default ssh key, don't need gui.

make sure <git>\usr\bin in %path% , type:

ssh-keygen -t rsa -c "key xxx access" -q -p "" 

that propose override %home%\.ssh\id_rsa(.pub) (with %home% set %userprofile%)


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -