Daily Archives: December 18, 2021
12 posts
0 I have a laptop with with a single NIC and an IP Address of 10.7.1.182. I can talk to another system, 10.7.1.199, no problem. Of course, same network. But I cannot talk to a system with an address of 10.16.1.200. Naturally, not on the same network. Snooping the LAN […]
I am able to ssh into a remote server ssh -i "C:UserskongDocumentsprl.ppk" haziq@10.0.1.111 but not able to scp scp -i "C:UserskongDocumentsprl.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? This is my prl.ppk file. PuTTY-User-Key-File-2: ssh-rsa Encryption: none Comment: […]