From owner-freebsd-questions@FreeBSD.ORG Sun Apr 20 11:49:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCD1D106566C for ; Sun, 20 Apr 2008 11:49:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 413188FC16 for ; Sun, 20 Apr 2008 11:49:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m3KBmwO0013879; Sun, 20 Apr 2008 13:48:58 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m3JEDgpi001273; Sat, 19 Apr 2008 16:13:42 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 19 Apr 2008 16:13:41 +0200 (CEST) From: Wojciech Puchar To: Gilles In-Reply-To: <5.1.1.6.2.20080419033933.00b94ce0@127.0.0.1> Message-ID: <20080419161332.N1271@wojtek.tensor.gdynia.pl> References: <2tng04doovnmtkr7or9kfkb596fgjfoj1c@4ax.com> <48086425.5080608@wire-consulting.com> <5.1.1.6.2.20080419033933.00b94ce0@127.0.0.1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: [SSHd] Limiting access from authorized IP's 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: Sun, 20 Apr 2008 11:49:02 -0000 >> this: >> >> AllowUsers user1@host1 user1@host2 user1@host3 user2@host1 user2@host6 > > It looks like AllowHosts is not available with the version of SSH that comes > with FreeBSD. > > This works: > > AllowUsers root@127.* root@192.168.0.* root@82.237.x.x root@82.227.x.x > man hosts.allow