Estou usando o vncserver com lightdm no Ubuntu 14.04 em uma instância amazon EC2. Eu criei um 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
No entanto, o vncserver é iniciado para escutar em qualquer ip:
netstat -atn:
...
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN
...
Eu posso iniciar o vncserver manualmente com o sinalizador -localhost
.
Como eu digo ao lightdm ou ao vncserver para ouvir somente locahost?