From owner-ssh@clinet.fi  Wed May 23 09:22:50 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 JAA09123
	for <ssh-archiver@cs.hut.fi>; Wed, 23 May 2001 09:22:49 +0300 (EET DST)
Received: from mail.clinet.fi (mail.clinet.fi [194.100.0.7])
	by smtp1.clinet.fi (Postfix) with ESMTP
	id 6BDE2210C6; Wed, 23 May 2001 09:22:41 +0300 (EEST)
Received: (from majordom@localhost)
	by mail.clinet.fi (8.9.3/8.9.3) id IAA28749
	for ssh-outgoing; Wed, 23 May 2001 08:47:05 +0300
Received: from gemini.faredge.com.au (gemini.faredge.com.au [198.142.14.194])
	by mail.clinet.fi (8.9.3/8.9.3) with SMTP id IAA28739
	for <ssh@clinet.fi>; Wed, 23 May 2001 08:47:03 +0300
Received: (qmail 26201 invoked by uid 0); 23 May 2001 05:46:58 -0000
Received: from celery.faredge.com.au (HELO celery) (198.142.14.196)
  by gemini.faredge.com.au with SMTP; 23 May 2001 05:46:58 -0000
From: "Chris Herrmann" <chris@faredge.com.au>
To: "'list'" <ssh@clinet.fi>
Subject: ssh 2.9 problems
Date: Wed, 23 May 2001 15:46:09 +1000
Message-ID: <000f01c0e34b$abb804b0$c40e8ec6@celery>
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.4133.2400
Importance: Normal
Sender: owner-ssh@clinet.fi
Precedence: bulk

Hi all,

I'm having some grief getting openssh 2.9 to play nicely. The machine
started as a redhat 6.2 box, has had the kernel upgraded to 2.4.0, after
which I tried installing ssh. Originally I grabbed ssh 2.3, installed it,
could ssh to itself (eg. "ssh localhost") but none of the other servers
could connect - bad mac errors etc. Had a look at the openssh site, saw
documented problems that looked related, so downloaded 2.9, removed the old
install, compiled the new one and tested.

Now, i can't ssh from the box to itself using passwords, public keys (rsa,
dsa or rsa1) - they all return :

Failed password for ROOT from 127.0.0.1 port xxxx ssh2

(running sshd with a -d switch)

The ssh client gets "bad password".

Now, assuming that I can remember the password... what could be going on
here? If i ssh from another box the same error pops up. The debug output
from sshd shows that it tries to authenticate via public key, password,
interactive keyboard (i turned them all on see if anything would work) but a
failed password message results for all of them.

Any ideas as to where I should look?

Thanks,

Chris

