1838202 Members
5189 Online
110125 Solutions
New Discussion

ssh login

 
SOLVED
Go to solution
darrel chen
Frequent Advisor

ssh login

we have about 60 users need to directly login HPUX box with ssh, sometime some users can not login until others logout, I'm wondering if there's any limitation like max users or system resource for ssh.

Thanks
5 REPLIES 5
Steven Schweda
Honored Contributor

Re: ssh login

Error messages?

"ssh -v [...]" output?
darrel chen
Frequent Advisor

Re: ssh login

I didn't gather the error message, it's something like "host refused", I believe it's caused by there's no enough sys resource like "pts" or something else, so my question is if there's a limit on the "pts" usage by ssh.

Thanks.
Steven Schweda
Honored Contributor
Solution

Re: ssh login

> I didn't gather the error message,

Wonderful. Didn't get the HP-UX version,
either, apparently.

> it's something like "host refused",

"connection refused"? That would imply a
problem with the server.

> I believe it's caused by there's no enough
> sys resource like "pts" or something else,
> so my question is if there's a limit on the
> "pts" usage by ssh.

No more than any other such connection, but
that's probably enough. A forum search for
what you thought the problem was was might
have led to, for example:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1057439
darrel chen
Frequent Advisor

Re: ssh login

That's exactly what I want, Thanks lot
darrel chen
Frequent Advisor

Re: ssh login

close