Bug 1521

Summary: Add Match support for PermitEmptyPasswords
Product: Portable OpenSSH Reporter: Iain Morgan <imorgan>
Component: sshdAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: enhancement CC: djm
Priority: P2    
Version: 5.1p1   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 1481    
Attachments:
Description Flags
Add Match support for PermitEmptyPasswords none

Description Iain Morgan 2008-09-04 14:38:18 AEST
Created attachment 1568 [details]
Add Match support for PermitEmptyPasswords

Adding Match support for PermitEmptyPasswords may bu of use with
anonymous CVS access via SSH and, potentially, other situations.

For example:

PermitEmptyPasswords        no

Match User anoncvs
    PermitEmptyPasswords    yes

NOTE: This patch addresses OpenBSD PR 3891/user.
Comment 1 Damien Miller 2008-12-08 10:07:18 AEDT
already in CVS -current (via the PR that you mentioned) and will be in openssh-5.2.
Comment 2 Damien Miller 2009-02-23 13:36:22 AEDT
Close bugs fixed/reviewed for openssh-5.2 release