飞腾1500A 上面银河麒麟操作系统 进行远程以及添加用户的方法 linux xrdp

1. 安装远程用的软件:

sudo apt-get install xrdp vnc4server xbase-clients

systemctl enable xrdp

systemctl start xrdp

2. 创建用户

useradd -s /bin/bash -d /home/zhaobsh -m zhaobsh

passwd zhaobsh

3. 使用 mstsc  

用户 zhaobsh
密码 Testxxxx

就可以远程登录了. 

原文地址:https://www.cnblogs.com/jinanxiaolaohu/p/11413344.html