Here is the command I used, you might find it useful:
cp /mnt/C/Users/gordon/.ssh/{id_rsa,id_rsa.pub} ~/.ssh/ && chmod 600 ~/.ssh/id_rsa
Make sure to use the full path to your ssh folder on windows.
Here is the command I used, you might find it useful:
cp /mnt/C/Users/gordon/.ssh/{id_rsa,id_rsa.pub} ~/.ssh/ && chmod 600 ~/.ssh/id_rsa
Make sure to use the full path to your ssh folder on windows.
Comments