[Bug 3073] Cannot override hostname inside Match after hostname canonicalization
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sun Jan 26 20:35:00 AEDT 2020
https://bugzilla.mindrot.org/show_bug.cgi?id=3073
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Right - this won't work. OpenSSH's configuration is first-match-wins
for most options (including Hostname), i.e. each option may only be set
once and subsequent attempts to modify it are ignored.
Hostname canonicalisation counts as setting Hostname as far as the
configuration is concerned. There's no practical way to avoid this I'm
afraid. I suggest you find some other way to express what you're trying
to do.
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list