All I want to do is replicate the windows remote desktop login on my CentOS 5.2 box but as usual a simple thing becomes a nightmare. I have created a ssh tunnel to port 5900 using putty and vnc to give me access when a user is logged in but if no one is logged in i can't get connection.. I have enable remote login from preferences but is there not an easy way to get this working.? I'm figuring this should work without any mental hacks as it is a basic admin function..
Remote AccessLinux SecurityLinux Distributions
Last Comment
dodyryda1
8/22/2022 - Mon
Blaz
Basic admin function is to be able to SSH into a machine :-). You can do all the settings from the shell.
If you wish to run some graphics programs you must have an X-server running on your computer and export the display: http://www.xs4all.nl/~zweije/xauth.html#toc10
On unix machines (in graphical mode) an X server is running by default, on windows you have to start some application (http://x.cygwin.com/)
If you wish to run some graphics programs you must have an X-server running on your computer and export the display:
http://www.xs4all.nl/~zweije/xauth.html#toc10
On unix machines (in graphical mode) an X server is running by default, on windows you have to start some application (http://x.cygwin.com/)