From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 19:12:04 2005 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 232BA16A41F for ; Tue, 27 Sep 2005 19:12:04 +0000 (GMT) (envelope-from data2@cablespeed.com) Received: from admin.cablespeed.com (admin.cablespeed.com [216.15.205.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id D65F143D48 for ; Tue, 27 Sep 2005 19:12:02 +0000 (GMT) (envelope-from data2@cablespeed.com) Received: from [24.56.220.5] (account data2@cablespeed.com HELO mdm2205) by admin.cablespeed.com (CommuniGate Pro SMTP 4.2.10) with ESMTP id 41852307 for freebsd-questions@freebsd.org; Tue, 27 Sep 2005 14:10:47 -0500 Message-ID: <093d01c5c397$54bd7e70$05dc3818@mdm2205> From: "Jon Krause" To: "freeBSD " References: Date: Tue, 27 Sep 2005 15:11:57 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Subject: Re: Limit client connections ssh 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, 27 Sep 2005 19:12:04 -0000 ----- Original Message ----- From: "Efren Bravo" : Hi, : : I'm using ssh to connect me to fBSD server, how can I limit the client : connections?, I mean, I only only that the server(ssh) accept incoming : connections from a specific IP or IPs range? : : Thanks.... : Look at /etc/hosts.allow for a quick way to limit ssh to specific IP's. Otherwise you would need to activate 1 of several FBSD firewall options. Jon