Cannot connect to a Sun server using xterm

Alexander Gottwald alexander.gottwald@s1999.tu-chemnitz.de
Mon May 2 13:14:00 GMT 2005


On Mon, 2 May 2005, a12 wrote:

> Hello again,
> 
> Following your reply below, I created an userid in the Sun server, and 
> entered:
> xterm -e ssh -Y <sun-host> &
> 
> In order to test the graphical aplication in the Sun server, I closed 
> both X windows, entered startxwin.bat in a DOS window, and entered in 
> the first X window:
> xterm -e ssh -Y userid@<sun-host> <sun-host> &
> Then I replied to the password request, and the X window from the Sun 
> server just closed.
> I have also tried:
> xterm -e ssh userid@<sun-host> -Y <sun-host> &
> replied to the password request, and the X window from the Sun server 
> closed too.

after ssh failed, the xterm is closed because it was not interactive.

You should try starting ssh from the cygwin prompt first. This will 
keep the error message.

open cygwin prompt

$ ssh userid@<sun-host> -Y <sun-host> &

bye
	ago
-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723



More information about the Cygwin-xfree mailing list