From nobody@FreeBSD.org  Tue Sep 10 08:24:26 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4BF0437B400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Sep 2002 08:24:26 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE4943E6A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Sep 2002 08:24:26 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8AFOPOT019339
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Sep 2002 08:24:25 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g8AFOP8D019338;
	Tue, 10 Sep 2002 08:24:25 -0700 (PDT)
Message-Id: <200209101524.g8AFOP8D019338@www.freebsd.org>
Date: Tue, 10 Sep 2002 08:24:25 -0700 (PDT)
From: FLAMENT <ludovic.flament@netasq.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Pam SSH authentication don't work
X-Send-Pr-Version: www-1.0

>Number:         42641
>Category:       i386
>Synopsis:       Pam SSH authentication don't work
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    des
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 10 08:30:03 PDT 2002
>Closed-Date:    Tue Aug 19 03:40:19 PDT 2003
>Last-Modified:  Tue Aug 19 03:40:19 PDT 2003
>Originator:     FLAMENT
>Release:        FreeBSD  4.6.2-RELEASE
>Organization:
NETASQ
>Environment:
FreeBSD  4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #1: Mon Sep  2 17:30:16 CEST 2002     root@:/usr/src/sys/compile/SMP  i386
>Description:
      The pam-ssh don't work. It is impossible to invoke the authentification when we add pam_ssh.so in /etc/pam.conf :

  This is my /etc/pam.conf :
login   auth           required       pam_ssh.so      no_warn try_first_pass
login   account      required       pam_unix.so     try_first_pass
login   password    required       pam_permit.so
login   session      required       pam_permit.so

  This is the progression of problems with pam-ssh :
 - FreeBSD 4.5 : ok.
 - FreeBSD 4.6 : when we login with a bad password, you don't have an other chance to authenticate (Crtl+D is only solution to reinit login and permit an other login).
 - FreeBSD 4.6.2 : impossible to invoke the authentification.

>How-To-Repeat:
      Use this configuration for /etc/pam.conf file and try to login. You see that the UNIX authentication is directly use, not the pam-ssh authentication:

login   auth           required       pam_ssh.so      no_warn try_first_pass
login   account      required       pam_unix.so     try_first_pass
login   password    required       pam_permit.so
login   session      required       pam_permit.so
>Fix:
      
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->des 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sat Jul 12 17:58:43 PDT 2003 
Responsible-Changed-Why:  
Assign to SSH maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42641 

From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=)
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: i386/42641
Date: Mon, 14 Jul 2003 12:49:24 +0200

 Does this still occur with more recent versions of FreeBSD / OpenSSH?
 
 DES
 --=20
 Dag-Erling Sm=F8rgrav - des@des.no
State-Changed-From-To: open->closed 
State-Changed-By: des 
State-Changed-When: Tue Aug 19 03:40:18 PDT 2003 
State-Changed-Why:  
Feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42641 
>Unformatted:
