-
Given a working key:
~/.ssh/id_rsa -
Given the public key installled on https://github.com/settings/keys
~/.ssh/id_rsa.pub -
Install putty tools
sudo apt install putty-tools -
Create the ppk
puttygen id_rsa -o id_rsa.ppk -
Given a simlink
keys -> /mnt/c/Users/<USER>/<blah>/<blah>/ -
Copy the ppk to the keys directory
cp ~/.ssh/id_rsa.ppk ~/keys/id_rsa.ppk -
Set winscp to use the new ppk key