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

--- Comment #1 from Kevin Korb <rs...@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.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to