From owner-freebsd-bugs Wed Feb 14 17:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 328B437B503 for ; Wed, 14 Feb 2001 17:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1F1U1b01189; Wed, 14 Feb 2001 17:30:01 -0800 (PST) (envelope-from gnats) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 0B84137B401 for ; Wed, 14 Feb 2001 17:21:46 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta3/8.12.0.Beta3) id f1F1LjpW065813; Wed, 14 Feb 2001 17:21:45 -0800 (PST) Message-Id: <200102150121.f1F1LjpW065813@horsey.gshapiro.net> Date: Wed, 14 Feb 2001 17:21:45 -0800 (PST) From: gshapiro+FreeBSD-gnats@gshapiro.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/25105: S/Key support is broken in sshd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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