Re: openssh-portable upgrade.

2007-08-30 Thread Marcus Alves Grando

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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openssh-portable upgrade.

2007-03-14 Thread Alex Dupre
Stefan Lambrev wrote:
 After upgrade from openssh from 4.5 to 4.6 I'm unable to login using
 password authentication.

Neither with RSA keys.

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

Idem.

 but this is built-in password authentication and skips PAM?

Yes, it should be so.

--
Alex Dupre
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


openssh-portable upgrade.

2007-03-13 Thread Stefan Lambrev

Hi all,

After upgrade from openssh from 4.5 to 4.6 I'm unable to login using 
password authentication.

Any idea what is broken ?

From make config I have selected 
PAM,TCP_WRAPPERS,LIBEDIT,KERBEROS,GSSAPI,KERB_GSSAPI,OPENSSH_CHROOT and HPN


From the original configuration file I have changed the protocol 
(support only for 2),

few settings for GSSAPI  KERBEROS.
Everything works fine with 4.5 but not with 4.6.
After putting PasswordAuthentication yes in sshd_conf I'm able to 
login using username/password,

but this is built-in password authentication and skips PAM?

--
Best Wishes,
Stefan Lambrev
ICQ# 24134177

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]