Timeline for Permission denied error while using scp command between two remote machine
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 11, 2021 at 6:55 | vote | accept | FurkanCoskun | ||
| Jun 11, 2020 at 14:16 | history | edited | CommunityBot |
Commonmark migration
|
|
| Oct 10, 2019 at 5:10 | answer | added | Heysus Escobar | timeline score: 3 | |
| Oct 9, 2019 at 21:37 | comment | added | Nasir Riley |
What is actually happening is that Machine2 and Machine3 don't have ssh access to each other. That is why you are getting Permission denied (publickey,password). You'll need to enable ssh access between Machine2 and Machine3 and make sure that the user with whom you are connecting has write access to /usr/local/lib on both machines.
|
|
| Oct 9, 2019 at 20:29 | comment | added | QIS | Likely issue is that /usr/local/lib has permissions set up such that user3 cannot write directly to it. | |
| Oct 9, 2019 at 20:25 | review | First posts | |||
| Oct 9, 2019 at 20:29 | |||||
| Oct 9, 2019 at 20:23 | history | asked | FurkanCoskun | CC BY-SA 4.0 |