March 16, 2018
Linux
Transfer file using scp: Permission denied
Problem I tried to copy a file from one Linux server dbappweb to another Linux server dbappweb1 but got the error ‘Permission denied’. I tried to copy the file using the SCP command over ssh. # scp -p PKIServer.zip user1@dbappweb1:/home/user1/ user1@dbappweb1's password: scp: /home/user1/PKIServer.zip: Permission denied Reason I got …