[Bug 1898] possible unreasonable behaviour when using ProxyCommand with multiple IdentityFile(s)
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Jun 3 10:33:52 EST 2011
https://bugzilla.mindrot.org/show_bug.cgi?id=1898
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |1845
--- Comment #3 from Damien Miller <djm at mindrot.org> 2011-06-03 10:33:52 EST ---
ok, I have implemented negated host matching so starting with
openssh-5.9 you can express your configuration as:
Host login.example.org
User loginUser
Host *.example.org !login.example.org
User root
IdentityFile ~/.ssh/internal_example_org_key.id_rsa
ProxyCommand ssh login.example.org nc %h %p
I'll update ssh_config(5) to describe the behaviour better too.
--
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.
More information about the openssh-bugs
mailing list