在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端口。