Ubuntu实现远程连接主要有以下几种方法:
sudo apt update
,sudo apt install openssh-server
。sudo systemctl start ssh
,sudo systemctl enable ssh
。/etc/ssh/sshd_config
文件,修改后重启服务sudo systemctl restart ssh
。sudo apt update
,sudo apt install xrdp
。sudo systemctl start xrdp
,sudo systemctl enable xrdp
。sudo apt install tightvncserver
。vncserver :1
。