vote up 0 vote down star

I am trying to a SCP on my local server that copies a file from one remote server to another remote server (Both remote servers use a custom port (xxxx)

I am trying:

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

But i get the following error:

ssh: connect to host xxx.xxx.xxx.222 port 22: Connection timed out

Any suggestions?

Thanks in advance.


I presume that you can ssh to xxx.xxx.xxx.222 normally? – Benj Nov 5 at 10:10
Yeah, I can ssh to all servers from all servers – Lizard Nov 5 at 10:14
Cross posted here: serverfault.com/questions/81650/… – Dennis Williamson Nov 5 at 11:55

migrated to superuser.com by Manni, dsm, soulmerge, ephemient, Pascal Thivent Nov 7 at 0:07

Browse other questions tagged or ask your own question.