Re: sshd max users

2006-02-21 Thread Ken Stevenson

Sean Murphy wrote:
It seems I cannot connect to my server through sshd when there are 10 
processes running of sshd.  My ssh client immediately terminates.  If I 
kill one of the ssh processes I am able to login through ssh.  Is there 
a max user setting?


Thanks
___


There's a MaxStartups parameter in /etc/ssh/sshd_config that limits 
the number of unauthenticated connections. It defaults to 10.


Try increasing it and see if it fixes the problem. I don't think it's 
a good idea to indiscriminately increase this parameter, but it may 
help you diagnose what's going on.


--
Ken Stevenson
Allen-Myland Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sshd max users

2006-02-21 Thread Magikman

Sean Murphy wrote:
It seems I cannot connect to my server through sshd when there are 10 
processes running of sshd.  My ssh client immediately terminates.  If 
I kill one of the ssh processes I am able to login through ssh.  Is 
there a max user setting?


Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"



grep -i max /etc/ssh/sshd_config
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sshd max users

2006-02-21 Thread Sean Murphy
It seems I cannot connect to my server through sshd when there are 10 
processes running of sshd.  My ssh client immediately terminates.  If I 
kill one of the ssh processes I am able to login through ssh.  Is there 
a max user setting?


Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"