From owner-freebsd-questions@FreeBSD.ORG Tue Oct 26 21:00:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 732E116A4E4 for ; Tue, 26 Oct 2004 21:00:49 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADDFF43D6D for ; Tue, 26 Oct 2004 21:00:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32280 invoked from network); 26 Oct 2004 21:00:21 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Oct 2004 21:00:21 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D797869; Tue, 26 Oct 2004 17:00:20 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Joe Stuart" References: From: Lowell Gilbert Date: 26 Oct 2004 17:00:20 -0400 In-Reply-To: Message-ID: <44mzy9p53v.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: remote login problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 21:00:49 -0000 "Joe Stuart" writes: > I just did a fresh install of freebsd 4.10. Now there is a remote login > limit that is set to 32. I have changed these two options in the kernel > conf and still it does not seem to change. > maxusers 96 > pseudo-device pty 64 > > When I try to login using ssh I get this error message. > Server refused to allocate pty > > I was sure that the pseudo-device option in the kernel would fix it. > Does anyone else have any suggestions? Is there anything in the system logs? Is sshd being affected by any limits(1), particularly from login.conf?