在Debian上用SecureCRT进行远程桌面连接,通常有两种方法,具体步骤如下:
sudo apt update和sudo apt install openssh-server,安装后用sudo systemctl start ssh和sudo systemctl enable ssh启动并设置开机自启。sudo apt update、sudo apt install xrdp xfce4,安装xrdp和图形界面。sudo systemctl start xrdp和sudo systemctl enable xrdp。sudo ufw allow 3389/tcp允许RDP端口。