I am able to ssh into a remote server
ssh -i "C:\Users\kong\Documents\prl.ppk" haziq@10.0.1.111but not able to scp
scp -i "C:\Users\kong\Documents\prl.ppk" kong@10.0.1.111:~/home_nfs/kong/script/train.py "./script"but get this message
Load key "C:\\Users\\kong\\Documents\\prl.ppk": invalid format
Permission denied (publickey).How do I fix this?
2 Reset to default