Thread: :( help
View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#12
Did you try to start it 'backgrounded'
Code:
x11vnc -forever -usepw &
You could start it via ssh anytime you need it or even tunnel the traffic through ssh
Code:
ssh -t -L 5900:localhost:5900 far-host 'x11vnc -localhost -display :0'
 

The Following User Says Thank You to michaaa62 For This Useful Post: