From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 18:14:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3598A16A420 for ; Tue, 21 Feb 2006 18:14:16 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from muse2.calarts.edu (muse2.calarts.edu [198.182.157.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07DE43D46 for ; Tue, 21 Feb 2006 18:14:15 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from [198.182.157.9] (smurphy.calarts.edu [198.182.157.9]) (authenticated bits=0) by muse2.calarts.edu (8.13.3/8.13.3) with ESMTP id k1LIEFCL041538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 21 Feb 2006 10:14:15 -0800 (PST) (envelope-from smurphy@calarts.edu) Message-ID: <43FB5871.2000808@calarts.edu> Date: Tue, 21 Feb 2006 10:14:09 -0800 From: Sean Murphy User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.52 on 198.182.157.28 Subject: sshd max users X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 18:14:16 -0000 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