LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Share user's vnc connection w/ existing desktop session? (https://www.linuxquestions.org/questions/linux-server-73/share-users-vnc-connection-w-existing-desktop-session-760922/)

enriquei 10-10-2009 01:09 AM

Share user's vnc connection w/ existing desktop session?
 
delete me please

doc.nice 10-15-2009 02:23 PM

I mark this as solved ;)

x11vnc is the debian package name you look for. This app also can disable the screensaver and keyboad repeat while connected.

after having started it manaully for the first time (in order to set the password interactively), you can
remote connect to the X session using:

ssh -f remote-box -L 5913:localhost:5900 x11vnc -usepw -display :0 -nodpmi ; xvncviewer localhost:13


All times are GMT -5. The time now is 10:55 AM.