Linux

Linux rdesktop ERROR recv 連接被對等方重置

  • January 11, 2018

問題

我用於遠端桌面連接腳本 rdesktop。在某些機器上,我得到沒有任何價值的常見錯誤。

“對等連接重置”錯誤後我該怎麼辦?

解決方案

有時我會忘記這個設置。它的絕大部分意思是“使用 NLA 關閉遠端桌面”。

設置在目標“Microsoft Windows (WIN)”上

  1. 執行 SystemPropertiesRemote.exe
  2. 取消選擇“僅允許來自執行帶有 NLA 的遠端桌面的電腦的連接”
  3. 嘗試從 linux 客戶端連接

參考

感謝 Maccu Falchi

http://marcofalchi.blogspot.sk/2013/03/linux-rdesktop-windows-8-linux-error.html

如果您無法控制您嘗試連接的伺服器(或有一點雞/蛋情況),請使用支持 NLA 的 FreeRDP。

在 Debian 上執行

sudo apt-get install xfreerdp-x11

在 Ubuntu 上執行

sudo apt-get install freerdp-x11

在 Fedora 22 上執行

sudo dnf install -y freerdp

在這裡查看更多詳情

引用自:https://serverfault.com/questions/574759