I want to be able to log into remotely to my school's Linux/Unix system so I can work on my labs at home. I downloaded XLaunch, and an SSH Secure Shell Client for windows and made sure to allow X11 forwarding and save the options. I can connect to the schools systems and log into a cslab machine (we have to do ssh -x cslab#) but whenever I try to open a file or create a file I get this error:
[bs655@cslab2 ~]$ gedit hello.cpp
Unable to init server: Could not connect: Connection refused
(gedit:30134): Gtk-WARNING **: cannot open display:
I checked my firewall settings and that is not the problem.
(I have dev-c++ but I need to be on my schools server access files for a program we have assigned to us.)
I hope some knows how to help me.