| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| To: | cygwin-xfree AT cygwin DOT com, cygwin AT cygwin DOT com |
| Subject: | Using ssh to get a remote xterm started.. |
| From: | Andrew Markebo <flognat AT flognat DOT myip DOT org> |
| Date: | 27 May 2001 19:40:00 +0200 |
| Message-ID: | <m33d9qeln3.fsf@localhost.localdomain> |
| Lines: | 39 |
| User-Agent: | Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
| MIME-Version: | 1.0 |
I am trying to fire up a remote xterm automagically through cygwin's
ssh 2.9p1-2 (latest and greatest dll and so on.. What happens is:
I do (master is my linux machine.:
ssh -2 -v -X master xterm
The xterm pops up in my xserver on the `cygwin' machine. The last
lines of the ssh log is:
[...]
debug1: client_init id 0 arg 0
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: Sending command: xterm
debug1: channel 0: open confirm rwindow 0 rmax 16384
debug1: client_input_channel_open: ctype x11 rchan 2 win 4096 max 2048
debug1: client_request_x11: request from 127.0.0.1 1189
debug1: fd 7 setting O_NONBLOCK
debug1: fd 7 IS O_NONBLOCK
debug1: channel 1: new [x11]
debug1: confirm x11
But if I try:
ssh -2 -v -X master xterm &
ssh -2 -v -X -n master (with and without &)
ssh -2 -v -X -f master (with and without &)
I get no xterm, and the log says:
[...]
debug1: client_init id 0 arg 0
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: Sending command: xterm
debug1: channel 0: open confirm rwindow 0 rmax 16384
[silence]
What have I missed??
/Andy
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |