win10远程桌面 远程Ubuntu18

人走茶凉 提交于 2019-12-02 11:17:34

win10远程桌面 远程Ubuntu18

1.安装所需组件

sudo apt-get update
//若没有desktop sharing,则需要安装vino
sudo apt-get install vino
//若有desktopsharing,则执行接下来的命令
sudo apt-get install tightvncserver xrdp
sudo apt-get install dconf-tools

2.设置

dconf write /org/gnome/desktop/remote-access/require-encryption false

打开dconf Editor
在这里插入图片描述
将require-encryption设置为off
在这里插入图片描述
设置screen sharing允许控制并设置密码
在这里插入图片描述

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!