I am logged into a linux machine via cygwin/SSH on Windows XP. The problem is that when I try to run commands that would open windows on the remote machine if I were actually logged into it, such as nedit or emacs, nothing happens on my end. How can I make these windows appear on my screen? I tried this command:
setenv DISPLAY <my_ip_address>:0.0
But that didn't do anything. Is there a command I can run that will cause all of the windows on the remote machine to open on my machine?
setenv DISPLAY <my_ip_address>:0.0
But that didn't do anything. Is there a command I can run that will cause all of the windows on the remote machine to open on my machine?