Date: Wed, 14 Feb 2001 17:21:45 -0800 (PST) From: gshapiro+FreeBSD-gnats@gshapiro.net To: FreeBSD-gnats-submit@freebsd.org Subject: conf/25105: S/Key support is broken in sshd Message-ID: <200102150121.f1F1LjpW065813@horsey.gshapiro.net>
next in thread | raw e-mail | index | archive | help
>Number: 25105
>Category: conf
>Synopsis: S/Key support is broken in sshd
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 14 17:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: Gregory Neil Shapiro
>Release: FreeBSD 4.2-STABLE i386
>Organization:
>Environment:
>Description:
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".
>How-To-Repeat:
>Fix:
Either change src/crypto/openssh/auth1.c to use "sshd" or add csshd to
src/etc/pam.conf.
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102150121.f1F1LjpW065813>
