Results 1 to 3 of 3
Hey, I got Suse 10.2 installed, I found the install image got the whole OS installed, now I need to SSH into a debian system to run bluej a java ...
- 03-05-2007 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 24
got 10.2 installed, now I am looking for an X variable
Hey, I got Suse 10.2 installed, I found the install image got the whole OS installed, now I need to SSH into a debian system to run bluej a java development program my school uses. I need to use an X variable so I can run bluej when I SSH into the debian system at my school. Does anyone know of a good one that I can dl? Thank you.
-Andy
- 03-05-2007 #2
Try doing
The-X switch allows X forwarding if the ssh server you are connecting to supports it.Code:$ssh -X -Y somehost
- 03-05-2007 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 24
Yep that worked. Only problem is the program lags so much when I open it


Reply With Quote