XRDP doesnt connect to Azure VM suddenly

旧巷老猫 提交于 2019-12-24 03:26:14

问题


The RDP doesnt connect to the Azure Linux VM suddenly, the error is: Password failed, error- problem connecting. This is the first time its happening. And I tried restarting the VM, Resetting the password and also removing the credentials and adding again to the rdp. Please support on this.


回答1:


I have encountered exactly the same issue on ubuntu 14.06 running on AWS today. I checked the /var/log/apt/history.log and found out that the system updated the xrdp package automatically xrdp:amd64 (0.6.1-2, 0.6.1-2ubuntu0.1)

I downgraded the package and it now works again.

sudo apt-get install xrdp=0.6.1-2

Then, I decided to exclude xrdp from automatically being updated.

sudo apt-mark hold xrdp

xrdp set on hold.



来源:https://stackoverflow.com/questions/54126379/xrdp-doesnt-connect-to-azure-vm-suddenly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!