应用Windows远程桌面工具连贯Linux桌面
[TOC]
一、筹备工具
windows | linux | |
---|---|---|
零碎 | win10 | centos7 |
软件 | 远程桌面连贯(自带) | xrdp(epel库提供):开源的远程桌面协定(RDP)服务 |
二、Linux(被连接端)
2.1 增加epel库
rpm -Uvh https://mirrors.tuna.tsinghua.edu.cn/epel/epel-release-latest-7.noarch.rpm
2.2 装置xrdp
yum -y install xrdp
2.3 设置防火墙
firewall-cmd --permanent --add-port=3389/tcpfirewall-cmd --reload
2.4启服务xrdp
systemctl start xrdpsystemctl enable xrdp
三、windows(被动连贯)
3.1 关上【远程桌面连贯】工具
- 办法①
【win】+【r】,输出"mstsc" - 办法②
【开始】-【windows附件】-【桌面近程连贯】