VNC连接Ubuntu14.04 远程桌面出现“No supported authentication methods”错误

原文地址:http://forum.ubuntu.org.cn/viewtopic.php?t=458710

可能是Ubuntu向移动平台进军的原因,Ubuntu14.04默认开启了ENCRYPTION。这当然是处于安全性的考虑,不过悄无声息地改了这个设置,却让Windows7 下的使用远程桌面时头疼不已。不论如何修改配置,都会报“No supported authentication methods”错误。解决方法如下:

  1. 安装dconf-editor
    sudo apt-get install dconf-editor
  2. 用dconf-editor调整,并访问如下配置路径
    ./dconf-editor
    在左侧边栏中依次选中org > gnome > desktop > applications > remote-access
  3. 取消钩选 "REQUIRE-ENCRYPTION"属性。即可在windows下用UltraVNC Viewer正常连接。
  4. 如需要修改Ubuntu 14.04的桌面共享端口号。先钩选enabled和use_alternative_port,再修改右边alternative_port属性。(默认是5900)


你可能感兴趣的:(Ubuntu)