欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

password failed error - problem connecting

程序员文章站 2024-03-13 15:34:09
...

使用Xrdp远程链接Ubuntu16.04服务器时,突然之间出现以下错误(之前连接无问题):

connecting to sesman ip 127.0.0.1 port 3350
sesman connect ok
seding login info to session manager, please wait...
xrdp_mm_process_login_response: login successful for display
started connecting
connecting to 127.0.0.1 5912
tcp connected
security level is 2 (1=none, 2=standard)
password failed
error - problem connecting

解决方法:

使用ssh登录服务器终端,然后终端执行以下代码:

# sudo apt-get install xrdp=0.6.1-2
# sudo service xrdp restart
# reboot

重新使用Xrdp连接;

解决。。。

相关标签: ubuntu