Bug 1764

Summary: Allow AuthorizedKeysFile in Match
Product: Portable OpenSSH Reporter: Damien Miller <djm>
Component: sshdAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: enhancement    
Priority: P2    
Version: -current   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 1708    
Attachments:
Description Flags
/home/djm/more-match.diff
none
/home/djm/more-match.diff
dtucker: ok+
Also update the list of options that work with Match in sshd_config(5) none

Description Damien Miller 2010-04-28 18:38:21 AEST
Setting "AuthorizedKeysFile /dev/null" is a handy way to disable public keys while leaving centrally-specified certificate keys active. Unfortunately it isn't supported by Match.
Comment 1 Damien Miller 2010-06-18 10:37:45 AEST
Created attachment 1862 [details]
/home/djm/more-match.diff

Add more options to match, including AuthorizedKeysFile
Comment 2 Damien Miller 2010-06-18 10:38:03 AEST
Created attachment 1863 [details]
/home/djm/more-match.diff

Add more options to match, including AuthorizedKeysFile
Comment 3 Iain Morgan 2010-06-19 04:48:53 AEST
Created attachment 1876 [details]
Also update the list of options that work with Match in sshd_config(5)

As an aside, I wonder if it would be better to list the options that
work with Match one-per-line, as is done for the description of the -o
switch in ssh(1). That seems more readable to me.
Comment 4 Damien Miller 2010-06-22 14:23:13 AEST
applied - thanks. This will be in openssh-5.6.
Comment 5 Damien Miller 2011-01-24 12:33:35 AEDT
Move resolved bugs to CLOSED after 5.7 release