https://bugzilla.mindrot.org/show_bug.cgi?id=2020
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Darren Tucker <[email protected]> 2012-06-21 19:44:01 EST --- Actually it *is* looked up in ~/.ssh/config, but on the remote host. By default, scp remote1:foo remote2:bar actually runs "ssh remote1 scp foo remote2:bar" (this is behaviour inherited from rcp). You need to either put the port number in the config file on the remote host, or use scp's "-3" option to do a 3-way copy which will use the local config file. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
