I have a Debian VPS on which I have installed SSH keys. I would like to connect to it with Windows cmd and not Putty.
To connect I use :
ssh $USER@$SERVEUR -p $PORT -i C:\Users\Path\to\my\key.ppk
But in return I have :
Load key "C:\\Users\\path\\to\\my\\key.ppk": invalid format
How can I fix this? Thanks!