Comment 2 for bug 371659

Revision history for this message
Jeff Enns (cyberpenguinks) wrote :

Thank you for sending in your report. Could you try something for me, please? On the server-side could you do the following:

sudo /etc/init.d/ssh stop
sudo /usr/sbin/sshd -d 2> ~/strace-sshd.txt

Now try to ssh into the box. Once it fails you can attache the file (strace-sshd.txt in your home directory) here. You can start the ssh daemon again on the server by running:
sudo /etc/init.d/ssh start

Thank you.