| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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: | <409676F5.D135FFF6@dessent.net> |
| Date: | Mon, 03 May 2004 09:44:37 -0700 |
| From: | Brian Dessent <brian AT dessent DOT net> |
| Organization: | My own little world... |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Run Windows application via ssh |
| References: | <200405031601 DOT 12828 DOT mauro DOT migliorati AT uniroma1 DOT it> |
| X-IsSubscribed: | yes |
| Reply-To: | cygwin AT cygwin DOT com |
Mauro Migliorati wrote: > I manage to connect via ssh but, when I try to open an application, like > notepad, it does not appear on the client screen. This will not work unless the application is an X Windows program. Native windows apps cannot be used remotely with ssh, because they are not network-aware. This may be possible with remote desktop/terminal server/etc, but it's outside the scope of Cygwin. All that ssh can do is forward a stream of bytes across the connection. The application must be designed to work in this manner, such as X11 apps. Ssh cannot work miracles. 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |