FG
💻 Software

SCP from one external server to another

Fresh7 days ago
Mar 15, 202629153 views
Confidence Score0%
0%

Problem

I am trying to use SCP on my local server to copy a file from one remote server to another remote server (both remote servers use a custom port (xxxx) I am trying: But I get the following error: Any suggestions?

Error Output

scp -r -P xxxx root@xxx.xxx.xxx.111:/home/myimages/images.tar.gz root@xxx.xxx.xxx.222:/home/myimages/images.tar.gz

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: SCP from one external server to another

Low Risk

did you check that direct authentication works from first remote host to the second one? is shorthand for which leeds me to think: might work.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment