Remmina(提供的主机名、用户 ID、密码、域、安全性=rdp)给出了主题响应。
此外,根据其他帖子,xfreerdp 给出了以下回应:
expected PDU_TYPE_DEMAND_ACTIVE 0001, got 0007
ERRINFO_SERVER_INSUFFICIENT_PRIVILEGES (0x00000009):
The user cannot connect to the server due to insufficient access privileges.
expected PDU_TYPE_DEMAND_ACTIVE 0001, got 0007
SSL_read: I/O error: Success (0)
另外,我尝试了 rdesktop,但据我所知,它只是挂起并且没有错误报告。
对于 xenial 连接到 Win 10 vdi 的任何建议我深表感谢。
答案1
下面是我用来连接 vdiW10 机器的脚本,对我来说它也适用于 Windows 7:
xfreerdp /v:<remote machine name> /u:<username> /p:$(zenity \
--entry \
--title="Domain Password" \
--text="Enter your _password:" \
--hide-text) /d:<domain> /f /cert-ignore /microphone:sys:alsa /sound:sys:alsa +auto-reconnect /g:<gateway address>;
更新您的信息并将其粘贴到终端中,它适用于 14.04 和 16.04 LTS。
答案2
除了更新到最新版本的 Remmina 及其相关版本之外,我的系统管理员还添加了对服务器端其他资源的访问权限。因此,Remmina 能够连接 - 仅供参考,包括网关服务器的规范。