Bug 3391

Summary: improve documentation on Match criterias
Product: Portable OpenSSH Reporter: Christoph Anton Mitterer <calestyo>
Component: DocumentationAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P5    
Version: 8.8p1   
Hardware: Other   
OS: All   
Attachments:
Description Flags
0001-Improved-documentation-on-Match-criterias.patch none

Description Christoph Anton Mitterer 2022-02-17 12:22:55 AEDT
Created attachment 3572 [details]
0001-Improved-documentation-on-Match-criterias.patch

1) In sshd_config you write the criteria names with a starting capital letter, in ssh_config all lower case... not sure which one you actually prefer, but perhaps that should be aligned.


2) From https://lists.mindrot.org/pipermail/openssh-unix-dev/2015-February/033526.html I'd assume that the criteria negation also works in sshd_config? It's however only documented in ssh_config.

Attached patch applies on current git master (e.g. using git am).



Thanks,
Chris.
Comment 1 Christoph Anton Mitterer 2022-02-17 12:51:17 AEDT
Actually... I've just seen that the !critera syntax doesn't seem to work at all in 8.8?