Overwritten Github key? -


i new github may seem trivial. supposed create ssh key github account. did typing following command git shell:

ssh-keygen -t rsa -c "rishikesh.330@gmail.com" 

prior this, had deleted ssh key github.com, had no keys in github before running above command. on running above command, key generated. when opened github.com again, saw key, assume one. however, accidentally deleted key github.com , added new key had created on git shell.

so mean github.com online account , desktop git shell/git bash have 2 different ssh keys now? should concerned if intend use git bash upload things github.com?

if you've applied key, you've applied account. so, if you're using git shell, can connect account using ssh key created in shell , you've applied github putting in public part of key. doesn't matter client you're using connect. go ahead. if need private key @ stage when you're connecting, use private part of key public part added github.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -