I can connect to the server command line using Putty using the same private key.
But when I try to use the same key to transfer a file from my PC over to the server":
pscp -i C:\xxx.ppk "C:\xx\somefile.yy" ec2-xx-xx-xxx-xxx.compute-1.amazonaws.com:/home/(some location)
I receive the following error:
Server refused our key Fatal: Disconnected: No supported authentication methods available (server sent: publickey)
Could someone help me with fixing this problem please?