Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41928A2B.16792E10@dessent.net> Date: Wed, 10 Nov 2004 13:37:47 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: remote usage of cygwin via microsoft telnet services References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com "Rearick, Gabriele" wrote: > I am looking for a solution to un-screwup bash via Microsoft windows telnet server or other products. Don't use telnet. Use ssh. Cygwin's sshd is fully functional. If you must use telnet then use Cygwin's inetd. > Locally (sitting directly at the Windows2003 server) I can either start normal bash shell or start rxvt, but that window doesn't get thru > to my other PC (at home or work). If you want to use X apps remotely you need to be running an X server on the remote machine and have your DISPLAY environment variable set. The latter is taken care of for you if you use ssh with the -X option. Go read any faq about X Windows. And this applies to X apps only, not native windows apps. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/