All Questions
1 question
-2
votes
1
answer
79
views
SSH Key connection on Debian VPS with Windows cmd
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
...