Bug 2353

Summary: options allowed for Match blocks missing form documentation
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: 6.7p1   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 2266    

Description Christoph Anton Mitterer 2015-02-20 10:59:19 AEDT
Hi.

AFAIU such options which are allowed for Match blocks are marked with "SSHCFG_ALL" in servconf.c.

Going through the list, a number of the is apparently allowed but missing from sshd_config(5):

AllowStreamLocalForwarding
IPQoS
RevokedKeys
StreamLocalBindMask
StreamLocalBindUnlink
TrustedUserCAKeys

Could you please add these?

I'd have written a patch, but since all my pull requests are apparently generally ignored it's probably just a waste of time :(


Cheers,
Chris.
Comment 1 Damien Miller 2015-02-21 09:41:09 AEDT
We don't really take pull requests at the moment - we prefer patches here.

Anyway, I've fixed sshd_config.5 - thanks.
Comment 2 Damien Miller 2015-03-18 18:16:56 AEDT
openssh-6.8 is released