| Summary: | S/Key support is broken in sshd | ||
|---|---|---|---|
| Product: | Base System | Reporter: | gshapiro+FreeBSD-gnats <gshapiro+FreeBSD-gnats> |
| Component: | conf | Assignee: | Brian Feldman <green> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->green green is maintainer State Changed From-To: open->closed Present in STABLE and CURRENT. Thanks! |
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.