I have a server which I need to connect to and run a graphical program on. I know that you can do this with Open Text Exceed, but it's been years since I've done this and the last time I did it was on version 9. Unfortunately I only have a license for version 14 now and have no idea how to do this. Any ideas on how I can use Exceed to connect to my linux server?
|
feedback
|
|
If I recall correctly, Exceed is a generic X11 server for Windows. The usual way to use X11 over the network is by forwarding it over SSH, the secure shell protocol. Most SSH clients support X11 forwarding; this includes PuTTY (Connection - SSH - X11) and SecureCRT. First ensure that the X11 server (Exceed) is running, then enable X11 forwarding in the SSH client, connect to the remote machine, and run your program. The older, less secure way is to allow X11 connections to be made directly from the remote machine; again, connect over SSH, but set the | |||||
feedback
|
