How to get a graphical window of xterm or rxvt to open over an SSH connection.

To open an xterm window over the network from another computer, use this command. This will open an SSH connection to another machine. Once the password is given, it will open a rxvt window which will appear on your machine and enable you to issue commands. jason@Yog-Sothoth:~$ ssh -YC [email protected] rxvt The authenticity of host … Read more