rdesktop安裝教程


1.介紹

rdesktop是Linux下連接windows遠程桌面的工具

 

2.下載

https://github.com/rdesktop/rdesktop/releases

 

3.安裝

mkdir /usr/myapp/rdesktop
tar -zxf rdesktop-1.8.3.tar.gz -C /usr/myapp
cd /usr/myapp/rdesktop-1.8.3
./configure --prefix=/usr/myapp/rdesktop
make
make install

 

4.連接

cd /usr/myapp/rdesktop
./rdesktop 192.168.220.1

 

 

即出現登錄界面,輸入用戶名密碼登錄即可

連接錯誤:Failed to connect, CredSSP required by server.

取消遠程配置中的該項鈎選即可

連接強制其他用戶退出:其他用戶當前已登錄到此計算機 如果繼續,則該用戶必須斷開與此計算機的連接

系統不支持多用戶登錄,百度下載3389多用戶補丁破解重啟即可。(提取碼bqei)

 

5.安裝錯誤

1) ERROR: Could not find X Window System headers/libraries.

解決辦法:yum insatll -y libX11-devel

 

2) CredSSP support requires libgssglue, install the dependency or disable the feature using --disable-credssp

解決辦法:yum install -y libgssglue-devel

 

3) SmartCard support requires PCSC, install the dependency or disable the feature using --disable-smartcard.

解決辦法:yum install pcsc-lite-devel

 

參考:

http://www.codeweblog.com/debian-%E5%AE%89%E8%A3%85rdesktop-1-8-2/

http://www.codebye.com/failed-to-connect-credssp-required-by-server.html


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM