Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • Can you actually ssh into the other machine? Also, have you tried this syntax: scp -r directorytosend [email protected]:~/example/ Commented Sep 29, 2018 at 3:24
  • Yes, ssh works fine for all machines. The syntax you suggested works (from [email protected]). Cheers Commented Sep 29, 2018 at 3:30
  • I'll post it as a answer. Commented Sep 29, 2018 at 3:32
  • 1
    Ok, thanks. I'd still like to know why remote host to remote host isn't working... Commented Sep 29, 2018 at 3:34
  • Do you mean remote host to local host? Commented Sep 29, 2018 at 3:36