Re: ssh authentification broken, only public keys work

2002-12-21 Thread Dag-Erling Smorgrav
Fixed, thanks.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ssh authentification broken, only public keys work

2002-12-20 Thread Fred Souza
 I got this tonight on my ultra.  I thought it was sparc64 specific, glad
 I saw your post.  I cvsup'd 2 days ago.
 
 Im going to build OpenSSH from ports and see if it has the same error.

  I posted here about three or four days ago, saying that using the
  ports' version is a workaround to this issue. Apparently our base's
  version does not use PAM (it has a line #undef USE_PAM there). It's
  accompanied with a commentary that says to not use PAM for password
  authentication as the challenge/response mechanism is better.


  .fs


-- 
Succumb to natural tendencies.  Be hateful and boring.



msg49110/pgp0.pgp
Description: PGP signature


Re: ssh authentification broken, only public keys work

2002-12-20 Thread Vallo Kallaste
On Fri, Dec 20, 2002 at 08:27:53AM +0100, Martin Blapp [EMAIL PROTECTED] wrote:

 
 Since yesterday I cannot login to my CURRENT machine anymore
 after a world and reboot ...
 
 I really hope this doesn't got MFC'd to RELENG_5_0 ...

 debug1: Calling cleanup 0x8061180(0x0)
 debug1: PAM: cleanup
 debug3: mm_pam_query: waiting for MONITOR_ANS_PAM_QUERY
 debug3: mm_request_receive_expect entering: type 45
 debug3: mm_request_receive entering
 
 Then the connection times just out. The ssh_msg_send: write
 message appears without debug mode.
 
 Note that I did run mergemaster ... pam files are all on their
 place. Somthing is completly screwed up.

Disable ChallengeResponseAuthentication, set it to no and you'll
have ssh again.
-- 

Vallo Kallaste
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ssh authentification broken, only public keys work

2002-12-20 Thread Martin Blapp

Hi,

 Disable ChallengeResponseAuthentication, set it to no and you'll
 have ssh again.
 --

Thanks, I'll try it at home this evening ...

Shouldn't we fix this the default config ?

Martin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ssh authentification broken, only public keys work

2002-12-20 Thread Philip Paeps
On 2002-12-20 08:27:53 (+0100), Martin Blapp [EMAIL PROTECTED] wrote:
 Since yesterday I cannot login to my CURRENT machine anymore
 after a world and reboot ...

Same problem here (on Alpha and on i386, if it matters).  Logging in with a
public key works, without doesn't.

 Then the connection times just out. The ssh_msg_send: write
 message appears without debug mode.

Yeps.  Setting ChallengeResponse... to 'no' in the config file works, but I'm
weary of local hacks.  I can't seem to find the commit that caused this
either.  But perhaps I'm not awake enough to grep properly :-)

 - Philip

-- 
Philip Paeps  Please don't CC me, I am
[EMAIL PROTECTED]   subscribed to the list.

  BOFH Excuse #376:
Budget cuts forced us to sell all the power cords for the servers.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ssh authentification broken, only public keys work

2002-12-19 Thread mmca
On 20 Dec, Martin Blapp wrote:
 
 Hi all,
 
 Since yesterday I cannot login to my CURRENT machine anymore
 after a world and reboot ...
 
 I really hope this doesn't got MFC'd to RELENG_5_0 ...
 
snip debug

I got this tonight on my ultra.  I thought it was sparc64 specific, glad
I saw your post.  I cvsup'd 2 days ago.

Im going to build OpenSSH from ports and see if it has the same error.

-M


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message