From owner-freebsd-questions@FreeBSD.ORG Tue Mar 22 21:06:37 2005 Return-Path: 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 BDDAE16A4CE for ; Tue, 22 Mar 2005 21:06:37 +0000 (GMT) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6720E43D5E for ; Tue, 22 Mar 2005 21:06:37 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth08.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1DDqaC-0007XO-M8; Tue, 22 Mar 2005 16:06:36 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Tue, 22 Mar 2005 15:06:46 -0600 User-Agent: KMail/1.6.2 References: <20050322155438.GC89505@ns2.wananchi.com> <200503221102.48828.freebsd@danielquinn.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503221506.46371.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc63b82fe46271b761e12b5a5896f0884d350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: Christopher Nehren Subject: Re: Accessing Windows XP Desktop (Home Edition) remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 21:06:37 -0000 On Tuesday 22 March 2005 02:18 pm, Christopher Nehren wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2005-03-22, daniel scribbled these > > curious markings: > > security note: > > vnc is *not* encrypted and is not generally considered secure. any > > ports you open/forward should be directed to your ip only. even > > better, try a knocking daemon. > > This is why you set up an SSH tunnel between the two machines. The > Handbook (as always) shows how to do this, with examples. > > Best Regards, > Christopher Nehren To forward a VNC session through SSH, the user will need to install a SSH application on the Windows computer. PuTTY is a free example, and is available at: http://www.chiark.greenend.org.uk/~sgtatham/putty/ Andrew Gould