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

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

r - Add string of (variable number of) arguments to a function within a function -