ubuntu 远程桌面登录

ssh 只能终端登录,满足不了自己的桌面需求怎么办?
感谢博客https://www.cnblogs.com/edong/p/5262162.html

  • 按win 或者dash 搜索“桌面共享” 或者 “desktop sharing” 进行设置,打钩或者画圈其中三项
    “允许其他人查看您的桌面”
    “允许其他人控制您的桌面”
    “总是 always”
  • 系统设置;开启不输入密码自动登录

system setting –> user account – unclock – automatic login (on)
ubuntu 远程桌面登录_第1张图片

  • 安装远程登录组件
sudo apt-get install xrdp
sudo apt-get install dconf-editor
sudo apt-get update

终端打开dconf-editor

在界面中设置 org –> gnome –> desktop –> remote-access –> require-encryption 取消勾选

  • 配置完成

  • windows 查找 remote desktop

输入ip –> 出现xrdp 对话框 –> Module 选择“vnc-any” 输入ip 和 password –> 完成!!

我连接上之后,速度有点慢,为什么呢? 难道是我公司进行下载限速350Kb/s 有关?

方法2 :
http://blog.csdn.net/yuan1164345228/article/details/17260711
通过自带的remmina 远程桌面客户端登录
新建(+)(默认是RDP 远程桌面协议) –> 换协议为“VNC-虚拟网络协议” –> {基本]服务器、用户名、密码 –> 保存 / 连接

方法3(未测):
http://blog.csdn.net/wszonline/article/details/60583254

你可能感兴趣的:(Linux)