From owner-freebsd-isp@FreeBSD.ORG Thu Sep 11 11:21:48 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F263716A4BF for ; Thu, 11 Sep 2003 11:21:48 -0700 (PDT) Received: from ns1.unixmexico.net (ns1.unixmexico.net [69.10.138.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id E662D43FFB for ; Thu, 11 Sep 2003 11:21:47 -0700 (PDT) (envelope-from nbari@unixmexico.com) Received: (qmail 2049 invoked by uid 85); 11 Sep 2003 18:26:12 -0000 Received: from nbari@unixmexico.com by ns1.unixmexico.net by uid 82 with qmail-scanner-1.16 (hbedv: 6.20.0.1/6.20.0.36. Clear:. Processed in 0.316355 secs); 11 Sep 2003 18:26:12 -0000 Received: from ns1.unixmexico.net (HELO mail.unixmexico.com) ([69.10.138.161]) (envelope-sender ) by ns1.unixmexico.net (qmail-ldap-1.03) with SMTP for ; 11 Sep 2003 18:26:11 -0000 Received: from 148.243.211.1 (SquirrelMail authenticated user nbari@unixmexico.com) by mail.unixmexico.com with HTTP; Thu, 11 Sep 2003 13:26:11 -0500 (CDT) Message-ID: <63396.148.243.211.1.1063304771.squirrel@mail.unixmexico.com> Date: Thu, 11 Sep 2003 13:26:11 -0500 (CDT) From: nbari@unixmexico.com To: freebsd-isp@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: only one user logged per session/time X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 18:21:49 -0000 Hello, I have a server with ssh access to the users, but how can I allow only one user to be logged at a time. I dont want to allow a user to login multiple times, I just want the user to login onece and if he try to open a second coneection, refuse the user until the session is over or the user is allready loged. thanks in advance.