1826489 Members
3779 Online
109692 Solutions
New Discussion

Re: sshd error message

 
Andrew Kaplan
Super Advisor

sshd error message

I have a user trying to connect to one of our machines (running 10.20) using ssh. When he tries to login he receives the following message:

AUTHENTICATION SUCCESSFUL
RECEIVED SIGNAL 11. (NO CORE)

Any ideas? Thanks.
A Journey In The Quest Of Knowledge
7 REPLIES 7
Craig Rants
Honored Contributor

Re: sshd error message

Could you have him run a verbose connection attempt, i.e.. ssh -v and then post that output. Also, check to make sure that your protocols are the same, either 1 or 2.

Awaiting the info...
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
Craig Rants
Honored Contributor

Re: sshd error message

Andrew,
I looked up signal 11 in /usr/include/sys/signal.h. It is defined as a segmentation violation. You may want to see if there is anything in syslog about a segmentaion problem.

C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
Craig Rants
Honored Contributor

Re: sshd error message

This may provide you the answer. Compare your kernel settings to what this thread talks about.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x72537e990647d4118fee0090279cd0f9,00.html

GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
Andrew Kaplan
Super Advisor

Re: sshd error message

Craig, Here is the syslog.log file you had requested.
A Journey In The Quest Of Knowledge
Craig Rants
Honored Contributor

Re: sshd error message

Andrew,
You definately have a protocol error. The protocol that your clients are using is different than the protocol the server is running. There may be more that just that, but I would say you also have a tooltalk problem as well based on all the rpc.ttdbserver errors you had in there. Is CDE working ok?

A ssh -v output would be helpful as well.

C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
Sridhar Bhaskarla
Honored Contributor

Re: sshd error message

Hi Andrew,

There is one option StrictModes which is by default yes. sshd will not permit logins if the permissions on the corresponding home directory are world-writable. Try changing the permissions and see.

If possible, you can start sshd in debug mode with the command line option sshd -d and it will printout debug messages and you should be able to make out what is causing the problem.

FYI,
Sridhar

You may be disappointed if you fail, but you are doomed if you don't try
Andrew Kaplan
Super Advisor

Re: sshd error message

Craig,

There may be a configuration issue with the X environment. My reasoning behind this theory is the error message I received -

/usr/bin/X11/xauth: (argv):1: bad display name "2" in "list" command

Your thoughts?
A Journey In The Quest Of Knowledge