Subscribessh -X username@host"In all other client/server relationships, the server is the remote machine that runs the applications (i.e. the server provides services, such as a database service or computation service). For some perverse reason that's better left to the imagination, X insists on calling the program running on the remote machine "the client." This program displays its windows on the "window server." We're going to follow X terminology when discussing graphical client/servers. So when you see "client" think "the remote machine where the application is running" and when you see "server" think "the local machine that displays output and accepts user input." (The UNIX-HATERS Handbook)
export DISPLAY=127.0.0.1:0.0You are not logged in, either login or create an account to post comments
ssh -Y -lusername machine(change username and machine to whatever are appropriate in your case). For some reason, running
ssh -Xetc. didn't work for me.posted by hangashore at 12:36 PM on April 10, 2006