Bug 25105

Summary: S/Key support is broken in sshd
Product: Base System Reporter: gshapiro+FreeBSD-gnats <gshapiro+FreeBSD-gnats>
Component: confAssignee: Brian Feldman <green>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-STABLE   
Hardware: Any   
OS: Any   

Description gshapiro+FreeBSD-gnats 2001-02-15 01:30:00 UTC
S/Key support is broken in sshd.  rc/crypto/openssh/auth1.c contains:

                case SSH_CMSG_AUTH_TIS:
                        debug("rcvd SSH_CMSG_AUTH_TIS: Trying PAM");
                        pam_cookie = ipam_start_auth("csshd", pw->pw_name);

But /etc/pam.conf doesn't have an entry for "csshd", only "sshd".

Fix: 

Either change src/crypto/openssh/auth1.c to use "sshd" or add csshd to
src/etc/pam.conf.
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2001-02-15 07:45:21 UTC
Responsible Changed
From-To: freebsd-bugs->green

green is maintainer
Comment 2 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2001-07-31 17:15:52 UTC
State Changed
From-To: open->closed

Present in STABLE and CURRENT. 

Thanks!