[Bug 10557] .ssh/config settings are incompletely applied with -e or --rsh

samba-bugs at samba.org samba-bugs at samba.org
Thu Apr 17 12:35:46 MDT 2014


https://bugzilla.samba.org/show_bug.cgi?id=10557

--- Comment #1 from Kevin Korb <rsync at sanitarium.net> 2014-04-17 18:35:45 UTC ---
The key here is the sudo.  ssh will always look to ~/.ssh/config but once you
sudo your ~ is /root instead of /Users/kbroughton.  Duplicate your
~/.ssh/config in ~root/.ssh/config and it should work fine.

The reason that -F partially works is because the ProxyCommand is a second ssh
session that doesn't have the -F param so is again looking at
/root/.ssh/config.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list