Operating System - HP-UX
1838571 Members
3240 Online
110128 Solutions
New Discussion

Re: syslog error regarding sshd

 
SOLVED
Go to solution
remer
Advisor

syslog error regarding sshd

hi anyone,

i've encoutered an error on syslog regarding sshd.

"Dec 11 05:11:52 smscp2 sshd[28307]: error: no more sessions"

do i have to disregard this error or it has something to do with the ssh daemon?
why do i have encountered this error?

upon checking the ssh daemon is still running.

# ps -ef|grep /opt/ssh/sbin/sshd
root 1138 1 0 Oct 18 ? 0:01 /opt/ssh/sbin/sshd
root 12903 3510 0 11:37:24 pts/ti 0:00 grep /opt/ssh/sbin/sshd
#

thanks in advance.
2 REPLIES 2
Steven Schweda
Honored Contributor
Solution

Re: syslog error regarding sshd

I know nothing, but a Google search for:
hp-ux sshd "no more sessions"
found (among other things):

http://www.docs.hp.com/en/5991-7494/ch01s03.html

> why do i have encountered this error?

Too many simultaneous SSH sessions?
remer
Advisor

Re: syslog error regarding sshd

thanks.