尝试通过RDP登录Amazon EC2实例(运行
Windows Server 2012 R2).它可以工作,我可以连接,但保存了有效的凭据,它们似乎永远不会在后续登录中被接受,总是拒绝它们并要求我手动重新输入密码部分.
没有关于它为什么不起作用的事情,只是它没有 – “你的凭据不起作用”和“登录尝试失败”.然后我一如既往地键入相同的密码,它的工作原理.
我可以看到凭据实际上保存在Credential Manager中,并且在尝试登录时始终填写正确的名称.在呈现此对话框之前,我还可以看到它在一瞬间尝试保存的凭据.
在谷歌上搜索答案之后,我尝试了几件事,包括使用IP地址与FQDN,使用组策略编辑器(“允许使用仅NTLM服务器身份验证委派保存的凭据”)执行该操作,并检查远程端的组策略,用于任何不寻常的外观.没有骰子.
如何让它接受它保存的凭据而不是每次都提示我?
To be able to use saved credentials in this situation you need to do
the following:
- Open Group Policy Editor via cmd -> gpedit.msc
- Navigate to Local Computer Policy\Computer Configuration\Administrative Templates\System\Credentials Delegation\
- Open Setting Allow Delegating Saved Credentials with NTLM-only Server Authentication,set it to Enabled click on button Show…
and in Show Contents window add Value TERMSRV/* Close all windows
by pressing OK.- Run cmd and enter gpupdate command to update your policy.
Now you should be able to use your saved credentials.
或尝试以下链接的解决方案:
https://superuser.com/questions/604483/windows-7-remote-desktop-connection-save-credentials-not-working