Re: how to debug sshd

2008-11-25 Thread Alexander Apprich
Hi Mattias, Waleed Harbi wrote: > > ssh -v Myip on the machine where ur sshd is (suppose to be) running, stop sshd as root using service sshd stop and the (as root again) start it manually from a terminal using /usr/sbin/sshd -d Multiple -d options increase the debugging level. Maximum

Re: how to debug sshd

2008-11-25 Thread Waleed Harbi
ssh -v Myip On Tue, Nov 25, 2008 at 1:52 PM, Mattias Hellström < [EMAIL PROTECTED]> wrote: > I upgraded a machine to f10 and no I cant logon using ssh. > # ssh localhost #works. > #ssh MYIP > fails > and I get a line in /var/log/messages > Nov 25 10:33:09 rawhide kernel: sshd[3238]: segfault at

how to debug sshd

2008-11-25 Thread Mattias Hellström
I upgraded a machine to f10 and no I cant logon using ssh. # ssh localhost #works. #ssh MYIP fails and I get a line in /var/log/messages Nov 25 10:33:09 rawhide kernel: sshd[3238]: segfault at 0 ip 005ff3a3 sp bfa191d0 error 4 in libc-2.9.so[588000+16e000] How do I collect a coredump of sshd or