Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2007 12:31:55 -0300
From:      Marcus Alves Grando <mnag@FreeBSD.org>
To:        Alex Dupre <ale@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org, Stefan Lambrev <stefan.lambrev@sun-fish.com>
Subject:   Re: openssh-portable upgrade.
Message-ID:  <46D6E2EB.4010805@FreeBSD.org>
In-Reply-To: <45F7A7CD.7070601@FreeBSD.org>
References:  <45F67C8F.2020804@sun-fish.com> <45F7A7CD.7070601@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Sorry for long delay...

Alex Dupre wrote:
> Stefan Lambrev wrote:
>> After upgrade from openssh from 4.5 to 4.6 I'm unable to login using
>> password authentication.

This a challenge-response problem. I'll fix this now...

> 
> Neither with RSA keys.

Works to me with fixes in challenge-response... see below

* DSA
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering public key: /root/.ssh/marcus
debug1: Server accepts key: pkalg ssh-dss blen 1585
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/root/.ssh/marcus':
debug1: read PEM private key done: type DSA
debug1: Authentication succeeded (publickey).

* RSA
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /home/marcus/.ssh/id_rsa
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).

> 
>> After putting "PasswordAuthentication yes" in sshd_conf I'm able to
>> login using username/password,
> 
> Idem.

Challenge-response related...

> 
>> but this is built-in password authentication and skips PAM?
> 
> Yes, it should be so.

I'll commit one patch to fix all issues.

Regards

-- 
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46D6E2EB.4010805>