From owner-freebsd-questions@FreeBSD.ORG Sat Apr 22 09:24:03 2006 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 654C716A400 for ; Sat, 22 Apr 2006 09:24:03 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB41643D46 for ; Sat, 22 Apr 2006 09:24:02 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.6+UW06.03/8.13.5+UW06.03) with ESMTP id k3M9O1iV021349 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 22 Apr 2006 02:24:02 -0700 X-Auth-Received: from [192.168.0.40] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.6+UW06.03/8.13.6+UW06.03) with ESMTP id k3M9NsgC005460 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sat, 22 Apr 2006 02:24:00 -0700 In-Reply-To: <1159.80.47.218.204.1145692979.squirrel@maxproxy3.uk2net.com> References: <50508.81.174.174.115.1145620302.squirrel@maxproxy7.uk2net.com> <1159.80.47.218.204.1145692979.squirrel@maxproxy3.uk2net.com> Mime-Version: 1.0 (Apple Message framework v749.3) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <72D28C85-8BF5-492F-A384-5D65276F23BF@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Sat, 22 Apr 2006 02:26:16 -0700 To: "Graham Bentley" X-Mailer: Apple Mail (2.749.3) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_PRIORITY 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: FreeBSD Questions Subject: Re: Remote screen control software - recommendations please 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: Sat, 22 Apr 2006 09:24:03 -0000 On Apr 22, 2006, at 1:02 AM, Graham Bentley wrote: > Thanks for all the suggestions on this. Perhaps I should have worded > my question better (well, maybe not on a FreeBSD list ;) > > I am looking to control Windogs (yuk!) Desktops remotely (and as > secure as possible - lol !) > > Thanks Try rdesktop in ports. Same thing as remote desktop on Windows basically. Or try installing cygwin based sshd on the Windows boxes then. -Garrett