Korzystam z vncserver z lightdm na Ubuntu 14.04 w instancji Amazon EC2. Stworzyłem lightdm.conf:
#
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
# port = TCP/IP port to listen for connections on
#
[VNCServer]
enabled=true
port=5901
width=1024
height=768
depth=8
Jednak serwer vncserver zaczyna nasłuchiwać na dowolnym ip:
netstat -atn:
...
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN
...
Mogę uruchomić serwer vncserver ręcznie za pomocą -localhost
flagi.
Jak powiedzieć lightdm lub vncserver, aby słuchał tylko locahost?