[Seek Help] rdesktop远程Windows服务器问题
Tofloor
poster avatar
177******06
deepin
2022-12-15 05:32
Author

今天安装了rdesktop,远程windows服务器的时候提示 :

ERROR: CredSSP: Initialize failed, do you have correct kerberos tgt initialized ?
Failed to connect, CredSSP required by server.

但是我切换到win11系统(双系统),直接可以远程到Windows服务器,同样的Windows服务器,配置丝毫没变,这个是怎么回事?

Reply Favorite View the author
All Replies
sammy-621
deepin
2022-12-15 06:07
#1

原因目前未知,表现是,新装的20.8,无论Remmina,rdesktop,还试过其它几种,都无法以rdp方式连接Windows。之前20.7上装过Remmina,后来也升级到20.8,那一台机器上可以以rdp远程Windows.

已经向官方反馈这个问题了。目前还未得到解答。有哪位大神知道原因并能解决,请告知方案。

Reply View the author
昨夜的星辰
deepin
2022-12-15 07:54
#2
sammy-621

原因目前未知,表现是,新装的20.8,无论Remmina,rdesktop,还试过其它几种,都无法以rdp方式连接Windows。之前20.7上装过Remmina,后来也升级到20.8,那一台机器上可以以rdp远程Windows.

已经向官方反馈这个问题了。目前还未得到解答。有哪位大神知道原因并能解决,请告知方案。

我是用的KRDC这个软件连接WIN的远程桌面的,局域网内

系统是UOS 21.3.1家庭版,内核5.10和6.1.0都试过,都可以连

rdesktop我试了一下,好像是报错了,就再没试过了,个人水平有限,还是喜欢图形界面的

Reply View the author
deepinuser17
deepin
2022-12-15 09:03
#3

可以按装 freerdp2-x11试试。

然后运行这个命令:

xfreerdp /cert:ignore -a 16 -g 90% <远端Windows机器>

可以写个脚本,比如:~/bin/rdesktop

#!/bin/bash

xfreerdp /cert:ignore -a 16 -g 90% $1

Reply View the author
red13
deepin
2022-12-15 17:21
#4

升级上来的20.8 Remmina v1.3.3 正常,Remote Desktop Manager 也正常

Reply View the author
吉吉如律令
deepin
2022-12-15 18:22
#5

我之前在20.6安装过Remmina,也是无法远程连接windows,但是加入better-dde的更新后就可以正常使用了

Reply View the author
177******06
deepin
2022-12-16 00:29
#6
red13

升级上来的20.8 Remmina v1.3.3 正常,Remote Desktop Manager 也正常

刚试了试,remmina 可以直接连接到Windows服务器的远程桌面,很方便,谢谢!

Reply View the author
177******06
deepin
2022-12-16 00:30
#7
吉吉如律令

我之前在20.6安装过Remmina,也是无法远程连接windows,但是加入better-dde的更新后就可以正常使用了

我是20.8的版本,只装了一个remmina,可以直接用了,谢谢!

Reply View the author