发表于 2018-10-16 13:37:36

Linux VNC Server 配置心得

# The VNCSERVERS variable is a list of display:user pairs.  #
  # Uncomment the line below to start a VNC server on display :1
  # as my 'myusername' (adjust this to your own). You will also
  # need to set a VNC password; run 'man vncpasswd' to see how
  # to do that.
  #
  # DO NOT RUN THIS SERVICE if your local area network is
  # For a secure way of using VNC, see
  # URL:http://www.uk.research.att.com/vnc/sshvnc.html
  # VNCSERVERS="1:myusername"
  VNCSERVERS="1:tchung"
  VNCSERVERARGS="-geometry 1024x768 -nohttpd -nolisten tcp"

页: [1]
查看完整版本: Linux VNC Server 配置心得