Keith, The "startx" command is used to start an X server. What you want is to run the programs themselves (X *clients*). XWindows is a bit confusing in this regard, since the workstation (your PC) is the server and the computer you connect to is the client -- so in your case, the PC is the server and the server is the client :) :) :)
If you've established an ssh connection all you need to do is type the name of the program that you wish to run on the remote computer, eg. "mozilla &" or "kedit &" (the & launches it in the background and frees the prompt again). This launches the programs on the server, but they'll display their user interface (via ssh) onto your local screen. You shouldn't need to add any extra options to ssh at all. ________________________________________________________________________ Ramon Casha Malta Linux User Group (http://linux.org.mt)

