SCP between two networks
Fresh3 days ago
Mar 15, 202623613 viewsConfidence Score0%
0%
Problem
I need to transfer a file between two computers that are not connected to the same network. I got a third computer that can see both networks through a VPN. From the third computer, I can do: And finish the transfer with the following sentence: But I cannot do it in just one line, as follows: The e…
Error Output
scp root@firstcomputer:./file ./
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: SCP between two networks
Low Risk
The scp option -3 ought to be what you are looking for. To put it in your example: Note that the -3 option was first introduced in OpenSSH 5.7, which was released early 2011.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix