Re: Openssh 3.6.1p2 on AIX 5.2 Connection closed ...
From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 08/21/03
- Previous message: Darren Tucker: "Re: Restricting SSH file transfers"
- In reply to: Quang Vu: "Openssh 3.6.1p2 on AIX 5.2 Connection closed ..."
- Next in thread: Quang Vu: "Re: Openssh 3.6.1p2 on AIX 5.2 Connection closed ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 20 Aug 2003 22:22:02 GMT
In article <7b694108.0308200658.7c9dcf1a@posting.google.com>,
Quang Vu <quang.vu@freesurf.ch> wrote:
>I am trying to install Openssh-3.6.1p2 on an AIX 5.2 server.
[snip]
>debug1: Remote protocol version 1.99, remote software version
>OpenSSH_3.6.1p2-pwexp22
It looks like you're using my expiry patch, so you can send debugging
info directly to me if you wish.
>debug1: got SSH2_MSG_SERVICE_ACCEPT
>Connection closed by 10.120.100.124
>debug1: Calling cleanup 0x43e94(0x0)
It sure looks like the server is crashing. You can run debugging on the
server side, and also use a debugger (eg gdb) to get a stack trace and
determine exactly where it's crashing.
I normally do something like this:
$ gdb -q ./sshd
(gdb) set args -ddd -p 2022 -o UsePrivilegeSeparation=no
(gdb) run
Then:
$ ssh -p 2022 servername
When the crash occurs, type "bt" at the (gdb) prompt and send me (or post
here) everything after "run".
FWIW, I've used almost exactly the same config as you're using (except for
the prng part).
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Previous message: Darren Tucker: "Re: Restricting SSH file transfers"
- In reply to: Quang Vu: "Openssh 3.6.1p2 on AIX 5.2 Connection closed ..."
- Next in thread: Quang Vu: "Re: Openssh 3.6.1p2 on AIX 5.2 Connection closed ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|