bugzilla-daemon at bugzilla.mindrot.org
2015-Nov-02 20:14 UTC
[Bug 2489] New: options that can be used in Match blocks but aren't documented as such
https://bugzilla.mindrot.org/show_bug.cgi?id=2489
Bug ID: 2489
Summary: options that can be used in Match blocks but aren't
documented as such
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: Documentation
Assignee: unassigned-bugs at mindrot.org
Reporter: calestyo at scientia.net
Hey
sshd_config seems to not list those options as being usable inside
Match blocks, while servconf.c seems to mark them as such:
-authorizedprincipalscommand
-authorizedprincipalscommanduser
-gssapiauthentication
-kerberosauthentication
And
-authorizedkeysfile2
but IIRC that was deprecated anyway.
Cheers,
Chris.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2015-Nov-13 02:58 UTC
[Bug 2489] options that can be used in Match blocks but aren't documented as such
https://bugzilla.mindrot.org/show_bug.cgi?id=2489
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |djm at mindrot.org
Blocks| |2451
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Thanks - the AuthorizedPrincipalsCommand* options were missing (fixed),
but the others are already there.
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=2451
[Bug 2451] Bugs intended to be fixed in 7.2
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2015-Nov-13 03:48 UTC
[Bug 2489] options that can be used in Match blocks but aren't documented as such
https://bugzilla.mindrot.org/show_bug.cgi?id=2489 --- Comment #2 from Christoph Anton Mitterer <calestyo at scientia.net> --- Guess I've accidentally looked the others up in the current version in Debian sid, and not the master in git O:) -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2016-Aug-02 00:41 UTC
[Bug 2489] options that can be used in Match blocks but aren't documented as such
https://bugzilla.mindrot.org/show_bug.cgi?id=2489
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 release
--
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.
Seemingly Similar Threads
- [Bug 2288] New: documentation of options defaulting to "none"
- [Bug 2287] New: AuthorizedKeysCommandUser should have it's default documented
- [Bug 3574] New: ssh ignores AuthorizedPrincipalsCommand if AuthorizedKeysCommand is also set
- Fwd: [Cryptography] Why aren’t we using SSH for everything?
- [Bug 2310] New: functionality to start process before ssh and/or to "wrap" such command around ssh