Connect from Unix to Windows via ssh and start an applycation which is using the windows display

2003-01-13 Thread Axel Bauer
want to connect to a display of a windows host and not to another X-Server. Can anyone help me ? Axel Bauer Philips Medical Systems Boeblingen, Germany -- +++ GMX - Mail, Messaging more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!

Re: Connect from Unix to Windows via ssh and start an applycation which is using the windows display

2003-01-13 Thread Axel Bauer
The solution I use is VNC ( http://www.uk.research.att.com/vnc ) This is an open source / cross platform remote desktop tool. Basically it ships the screen pixels back from a remote server to a local client, and forwards mouse and keyboard commands the opposite way. Not only can you

Re: Re: Connect from Unix to Windows via ssh and start an applycation which is using the windows display (more deatails)

2003-01-13 Thread Axel Bauer
O.K. I think I should explain my problem more detailed. Because of company confidentials I only will describe the principal problem. We have a unix-host, running several services. On this host we want to call a script ( e.g. perl or bash-script) which starts an application on the windows machine.