source: lab/trunk/TipAndDoc/xinetd.d/x11vnc

Last change on this file was 114, checked in by mitty, 13 years ago
  • xinetd conf for x11vnc
  • allow connect only from localhost with no password
File size: 266 bytes
Line 
1service x11vnc
2{
3    port        = 5900
4    type        = UNLISTED
5    socket_type = stream
6    protocol    = tcp
7    wait        = no
8    only_from   = 127.0.0.1
9    user        = root
10    server      = /usr/bin/x11vnc
11    server_args = -display :0 -auth guess -nopw -localhost -inetd -o /var/log/x11vnc.log
12    disable     = no
13}
Note: See TracBrowser for help on using the repository browser.