一,关闭防火墙和selinux
systemctl disable --now firewalld
sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
二、安装xrdp和xorgxrdp
yum -y install xrdp
systemctl enable --now xrdp
yum -y install xorgxrdp
三、重启一下系统,就可以远程了
一,关闭防火墙和selinux
systemctl disable --now firewalld
sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
二、安装xrdp和xorgxrdp
yum -y install xrdp
systemctl enable --now xrdp
yum -y install xorgxrdp
三、重启一下系统,就可以远程了
评论已关闭!