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?

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
Post a Comment