Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Running SSH without graphics
Name: soothsayer Date: November 21, 2005 at 04:25:47 Pacific OS: Mandrake 10 CPU/Ram: 512
Comment:
Hi, I have a Java application (called JA) running in machine A at home. Machine B is at my work, i'd like to run JA from B, but don't like the graphics to be displayed on B (because it would take like forever). Is there a way to configure SSH, so that i can run JA quitely in A, without display anything in B ?
Name: Jake2 Date: November 21, 2005 at 11:58:38 Pacific
Reply:
Connect with "ssh -x A" to explicitly disable X forwarding, "export DISPLAY=:0" to set your display environment variable, then X programs should display on A.
I tested between my desktop and laptop and the above method worked.
0
Response Number 2
Name: soothsayer Date: November 22, 2005 at 02:41:21 Pacific
Reply:
it works. Thank you so much.
0
Response Number 3
Name: soothsayer Date: November 24, 2005 at 04:11:56 Pacific
Reply:
It seems to have a problem when machine A went on to screen-saving mode. More details: i left A running on the morning, and tried to run the application from B in the afternoon, but i didn't work. When i got home, the machine was on screen-saving mode, and the application was pending, until i moved the mouse.
Is there a way (rather than disable the screensaver) to fix this ?
Summary: hello i am a beginner with linux How do i run c,c++ graphics programs, drawing line etc stuff in linux that i had written in Turbo C,C++ and now they r to b run in linux, especially in console withou...
Summary: i use linux on an PC104 card without graphic card. if i add a line append="console=ttyS1,9600" in the lilo.conf to direct the console to a serial port, it will crash after the rc.sysinit is ran. if...
Summary: Hi i am running ssh on Linux, i am very new to ssh. i am trying to run the SSH-KEYGEN SSH-AGENT and the SSH-ADD command, i seem have the KEYGEN and the AGENT command running of but when i run the SSH-...