From owner-freebsd-pf@FreeBSD.ORG Wed Aug 24 21:17:14 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF0A316A41F for ; Wed, 24 Aug 2005 21:17:14 +0000 (GMT) (envelope-from bill.marquette@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58AC343D46 for ; Wed, 24 Aug 2005 21:17:14 +0000 (GMT) (envelope-from bill.marquette@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so200535rng for ; Wed, 24 Aug 2005 14:17:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SfvCIe8aWKPhDazSrTCVdSYiBfyRgSJpoepcIOsjkpq9mzwyY4XYfGBdjscQIANc6f+x2hevbuOasyL9J8D3GCMVh/LFH3QRtZnGFrPtWurnn30SP7v0XXXwNDUSatNWMzTwsGfRl9s+7ywRpy5LAPve5CZFfx9i34wXY6LldA0= Received: by 10.11.88.76 with SMTP id l76mr5663cwb; Wed, 24 Aug 2005 14:17:13 -0700 (PDT) Received: by 10.11.120.66 with HTTP; Wed, 24 Aug 2005 14:17:13 -0700 (PDT) Message-ID: <55e8a96c05082414173089d43e@mail.gmail.com> Date: Wed, 24 Aug 2005 16:17:13 -0500 From: Bill Marquette To: Mircea Popescu In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-pf@freebsd.org Subject: Re: Authpf and windows client(s) ... X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 21:17:14 -0000 On 8/24/05, Mircea Popescu wrote: > Hi! >=20 > I want to use authpf in order to give access to internet for some windows= XP > PC's. >=20 > Now, I know that the client PC (using WinXP in this case) should initiate > somehow a ssh conexion to the FreeBSD server. > My problem would be what software to use on the XP side in order to do th= is. > Putty is not a solution in my case. > Thanks! Any ssh client should work just fine. putty is usually recommended because it's open source (and free). --Bill