huoxiangdong / Blog

学习记录
0 stars 0 forks source link

Ubuntu #85

Open huoxiangdong opened 6 years ago

huoxiangdong commented 6 years ago

xrdp

apt install openssh-server
#查看服务是否启用
sudo ps -e |grep ssh
# 重启服务
sudo service ssh restart
# 18.04 LTS xrdp
https://www.omgdba.com/ubuntu-18-04-lts-enable-remote-desktop-service.html