Ubuntu18.04不安装任何软件连接远程VNC桌面
前言全局说明
Ubuntu18.04 默认提供了 VNC 方式的远程桌面连接,VNC叫vino
如果想要 Win mstac 远程方式连接桌面,就要按照 xrdp 等软件
一、说明
环境:
Ubuntu 18.04.6 LTS (Linux qt-vm 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux)
二、开启远程桌面
2.1 打开远程桌面选项
Ubuntu18.04使用gnome桌面环境,系统自带屏幕共享和远程登录功能,默认使用的是vino作为VNC服务端。
(图片来源于网络)
2.2 设置密码
三、配置
3.1 安装图形化工具 dconf-editor 来对系统配置
这是为了将远程连接服务改为不加密(默认是加密的),关闭后并不安全
sudo apt-get install dconf-editor
四、VNC 连接
VNC 客户种类有很多,可以按习惯选择,下面是常见的
4.1 VNC-Viewer
4.1.1 下载地址:https://www.realvnc.com/en/connect/download/viewer/
4.1.2 连接
(图片来源于网络)
4.2 TightVNC
4.2.1 下载地址:
4.2.2 连接:
(图片来源于网络)
免责声明:本号所涉及内容仅供安全研究与教学使用,如出现其他风险,后果自负。
参考、来源:
https://blog.csdn.net/langyou0/article/details/107959002 (网络图片来源)
https://zhuanlan.zhihu.com/p/127265014 (网络图片来源)
https://www.lategege.com/?p=691#google_vignette (叫vino)