[Bug 2884] scp doesn't read ~/.ssh/config for second argument
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Jul 20 09:14:35 AEST 2018
https://bugzilla.mindrot.org/show_bug.cgi?id=2884
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
In your example both A and B are host:/path ie a remote to remote copy?
If you want both connections to be made from A there's the three-way
option to scp:
-3 Copies between two remote hosts are transferred through the local
host. Without this option the data is copied directly between
the two remote hosts. Note that this option disables the
progress meter.
although that also has different behaviour in that the bytes will pass
through the originating host instead of directly from A to B.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list