http://bugzilla.mindrot.org/show_bug.cgi?id=983
           Summary: Required authentication
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: OpenBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: djm at mindrot.org
This bug is to track the effort to add the ability to specify authentications
that are "required, but not sufficient" to sshd. E.g. require
public-key
authentication before accepting password authentication.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=983
------- Additional Comments From djm at mindrot.org  2005-02-09 15:13 -------
Created an attachment (id=807)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=807&action=view)
Patch to add RequiredAuthentications{1,2} options to sshd_config
The configuration options aren't finalised yet and are subject to change.
Otherwise, this patch is ready for testing.
To use, specify these options in sshd_config:
RequiredAuthentications1 method[,method...]
RequiredAuthentications2 method[,method...]
E.g. 
RequiredAuthentications1 rsa
RequiredAuthentications2 public-key
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.