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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -