Home > OS >  How to use same github SSH key from linux to windows
How to use same github SSH key from linux to windows

Time:08-30

I have connected my GitHub account with Linux, but now I want to connect my GitHub with the same SSH key on windows. Could it be possible? and how

CodePudding user response:

Yes, it is probably possible to re-use your same key - but it is recommended to create a new keypair on the new machine.

You can then add the other public key to your GitHub account as well.

See also: How to setup Github SSH key on second computer

  • Related