https://bugzilla.mindrot.org/show_bug.cgi?id=1898
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1845 --- Comment #3 from Damien Miller <[email protected]> 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
