PDA

View Full Version : can I use knoppix just as a xserver



cli168
11-03-2005, 11:09 PM
Can I boot knoppix up in text mode and use another PC to xwindow in to the knoppix server?

UnderScore
11-04-2005, 12:20 AM
Sure. I do that by tunneling my X sessions over ssh. Search the forums as I know it has been covered.

maxIT
11-04-2005, 05:49 PM
To start ssh service on server type:
dpkg-reconfigure ssh
/etc/init.d/ssh start

On client login with:
ssh -X user@IPadress

Then you are on remote shell and typing firefox (or something else) you load it remotely.
I'm not sure but this would do the job :oops: