1. 程式人生 > >Kali2.0通過xrdp實現windows遠程鏈接Linux

Kali2.0通過xrdp實現windows遠程鏈接Linux

tro src 來安 tar images lin sta get res

標題:Kali2.0通過xrdp實現windows遠程鏈接Linux

apt-get install xrdp

首先需要安裝xrdp

技術分享圖片

接下來安裝xfce4

apt-get install xfce4

技術分享圖片

/etc/xrdp/startwm.sh

需要配置上面的文件

這裏利用vi編輯

添加以下代碼

echo "xfce4-session" >~/.xsession

技術分享圖片

:wq退出並保存

重啟xrdp服務

service xrdp restart

最後在windows上用mstsc鏈接

技術分享圖片

Kali2.0通過xrdp實現windows遠程鏈接Linux