美文网首页
Ubuntu 16.04 开启远程连接

Ubuntu 16.04 开启远程连接

作者: 山不转水 | 来源:发表于2017-10-15 15:36 被阅读0次

    Ubuntu 16.04 自带远程桌面功能,可以实现桌面的远程访问,具体设置如下:

    1、 开启桌面共享

    - 在图1所示位置搜索“桌面共享”(英文搜索desktop sharing)

    图1 桌面共享

    - 打开桌面共享,按图2所示进行设置。

    图2 桌面共享首选项

    2、 使用dconfig-editor修改配置

    - 安装dconf-editor

    sudo apt-get install dconf-editor

    - 用dconf-editor调整,配置路径如下

    org > gnome > desktop > remote-access

    - 取消钩选 “require-encryption”属性和"prompt-enabled"属性。

    dconf-editor

    3、 在其他机器上使用VNC Viewer等输入IP地址,直接远程访问Unbuntu桌面。

    相关文章

      网友评论

          本文标题:Ubuntu 16.04 开启远程连接

          本文链接:https://www.haomeiwen.com/subject/kclcuxtx.html