Bug 2489

Summary: options that can be used in Match blocks but aren't documented as such
Product: Portable OpenSSH Reporter: Christoph Anton Mitterer <calestyo>
Component: DocumentationAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: minor CC: djm
Priority: P5    
Version: -current   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 2451    

Description Christoph Anton Mitterer 2015-11-03 07:14:51 AEDT
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.
Comment 1 Damien Miller 2015-11-13 13:58:27 AEDT
Thanks - the AuthorizedPrincipalsCommand* options were missing (fixed), but the others are already there.
Comment 2 Christoph Anton Mitterer 2015-11-13 14:48:33 AEDT
Guess I've accidentally looked the others up in the current version in Debian sid, and not the master in git O:)
Comment 3 Damien Miller 2016-08-02 10:41:10 AEST
Close all resolved bugs after 7.3p1 release