I'm trying to connect to a UNIX server from a Windows server, through PSFTP.
I am using this command in CMD: psftp.exe -i %userprofile%\.ssh\certificate.ppk username@unixserver
The problem is that server is refusing the private key I have stored in the Windows server.
Is it possible to somehow install this private key in the UNIX server? I stored the same private key in my Unix home path (/home/user/.ssh/certificate.ssh
) but the error is still there.