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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

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