I avehave my github account and I want to operate withaccess it from my two workstations, an Ubuntu workstation and a Windows one. I'm
I'm a beginner on SSH and GITgit as well, I followed all the instructions to set upsetup my account with an sshSSH key on my ubuntu laptop, and everything works, but now if I want to use my git account from my windows laptop, I need to generate another ssh key or I can use the one generated from my ubuntu laptop?
Maybe I need to generate another ssh key from my windows laptop and then register it with my github account along with the one I generated from my ubuntu laplaptop and use each one from respective machine?
What is the best way to do? is Is there a best practice?
If I can use the same sshSSH key on both, how I can import the key I already use in the other machine?
Thanks in advance