From owner-ssh@clinet.fi  Wed Jun  6 23:49:59 2001
Received: from smtp1.clinet.fi (smtp1.clinet.fi [194.100.2.57])
	by hutcs.cs.hut.fi (8.9.3/8.9.3) with ESMTP id XAA22255
	for <ssh-archiver@cs.hut.fi>; Wed, 6 Jun 2001 23:49:58 +0300 (EET DST)
Received: from mail.clinet.fi (mail.clinet.fi [194.100.0.7])
	by smtp1.clinet.fi (Postfix) with ESMTP
	id 9E5B2215BE; Wed,  6 Jun 2001 23:49:58 +0300 (EEST)
Received: (from majordom@localhost)
	by mail.clinet.fi (8.9.3/8.9.3) id XAA18929
	for ssh-outgoing; Wed, 6 Jun 2001 23:28:52 +0300
Received: from seti.ems.net (seti.ems.net [204.50.76.132])
	by mail.clinet.fi (8.9.3/8.9.3) with ESMTP id XAA18922
	for <ssh@clinet.fi>; Wed, 6 Jun 2001 23:28:50 +0300
Received: from dev15 ([204.50.76.85])
	by seti.ems.net (8.9.3/8.8.7) with SMTP id QAA15497
	for <ssh@clinet.fi>; Wed, 6 Jun 2001 16:27:00 -0400
Reply-To: <blangevin@ems.net>
From: "Benoit Langevin" <blangevin@ems.net>
To: <ssh@clinet.fi>
Subject: Problem with Red Hat 6.1
Date: Wed, 6 Jun 2001 16:24:32 -0400
Message-ID: <9A1B4E40294DD511B672000255FC07F0180FE3@QUAD>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
Importance: Normal
Sender: owner-ssh@clinet.fi
Precedence: bulk


I have this problem on two different red hat 6.1 ssh machine.
When I try to login I am always decline. It ignore my .shosts ( which is
correclty configure) and my password.
I use openssh2.9p1 on Red Hat.  I install Linux-PAM 0.75
Everything was working fine with the 2.5 version of openssh

Trace from sshd in debug mode.

debug1: userauth-request for user benoit service ssh-connection method none
debug1: attempt 0 failures 0
debug2: input_userauth_request: setting up authctxt for benoit
debug2: input_userauth_request: try method none
Failed none for benoit from 127.0.0.1 port 1136 ssh2
debug1: userauth-request for user benoit service ssh-connection method
password
debug1: attempt 1 failures 1
debug2: input_userauth_request: try method password
Failed password for benoit from 127.0.0.1 port 1136 ssh2
debug1: userauth-request for user benoit service ssh-connection method
password
debug1: attempt 2 failures 2
debug2: input_userauth_request: try method password
Failed password for benoit from 127.0.0.1 port 1136 ssh2
debug1: userauth-request for user benoit service ssh-connection method
password
debug1: attempt 3 failures 3
debug2: input_userauth_request: try method password
Failed password for benoit from 127.0.0.1 port 1136 ssh2
Connection closed by 127.0.0.1
debug1: Calling cleanup 0x8063034(0x0)

content of sshd_config

# $OpenBSD: sshd_config,v 1.34 2001/02/24 10:37:26 deraadt Exp $

# This sshd was compiled with
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin

# This is the sshd server system-wide configuration file.  See sshd(8)
# for more information.

Port 22
#Protocol 2,1
#ListenAddress 0.0.0.0
#ListenAddress ::
HostKey /usr/local/ssh/etc/ssh_host_key
HostKey /usr/local/ssh/etc/ssh_host_rsa_key
HostKey /usr/local/ssh/etc/ssh_host_dsa_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
#
# Don't read ~/.rhosts and ~/.shosts files
IgnoreRhosts no
# Uncomment if you don't trust ~/.ssh/known_hosts for
RhostsRSAAuthentication
#IgnoreUserKnownHosts yes
StrictModes yes
X11Forwarding yes
X11DisplayOffset 10
PrintMotd yes
KeepAlive yes

# Logging
SyslogFacility AUTH
LogLevel INFO
#obsoletes QuietMode and FascistLogging

RhostsAuthentication yes
#
# For this to work you will also need host keys in
/usr/local/etc/ssh_known_hosts
RhostsRSAAuthentication yes
#
RSAAuthentication yes

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
PermitEmptyPasswords no

# Comment to enable s/key passwords or PAM interactive authentication
# Comment to enable s/key passwords or PAM interactive authentication
# NB. Neither of these are compiled in by default. Please read the
# notes in the sshd(8) manpage before enabling this on a PAM system.
ChallengeResponseAuthentication no

# To change Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#AFSTokenPassing no
#KerberosTicketCleanup no

# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes

#CheckMail yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net
#ReverseMappingCheck yes

Subsystem       sftp    /usr/local/libexec/sftp-server

