WIN7 远程桌面发生身份验证错误,要求的函数不受支持

远程桌面发生身份验证错误,要求的函数不受支持

转载:

【https://www.zhangfangzhou.cn/authentication-error.html】

https://blog.csdn.net/wyhwlls/article/details/80320301

An authentication error has occurred and the required function is not supported

Windows 7 (win7)远程登录服务器以前都是正常的,今天登录远程桌面一直是这样的错误。
Windows 10 (win10)出现身份验证错误,要求的函数不正确,这可能是由于CredSSP加密Oracle修正。

卸载更新KB4103718(适用于基于 x64 的系统的 Windows 7 月度安全质量汇总),重启Windows 7即可正常登录。
或者使用微软官方建议修改本地组策略:
计算机配置>管理模板>系统>凭据分配>加密Oracle修正 选择启用并选择易受攻击。
易受攻击– 使用 CredSSP 的客户端应用程序将通过支持回退到不安全的版本使远程服务器遭受攻击,但使用 CredSSP 的服务将接受未修补的客户端。
english
Group Policy -> Computer Configuration -> Administrative Templates -> System -> Credentials Delegation> Encrypted Oracle Remediation change to Vulnerable
Vulnerable – Client applications that use CredSSP will expose the remote servers to attacks by supporting fallback to insecure versions, and services that use CredSSP will accept unpatched clients.

修改注册表解决办法:

开始-->运行-->regedit  打开注册表

进入这个目录\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\

发现里面只有Audit、UIPI,没有CredSSP,所以新建项,重命名为CredSSP,在CredSSP目录下再新建项,重命名为Parameters,目录有了,接着就该新建具体数值了

新建DWORD(32位)值,重命名为AllowEncryptionOracle

基数选择十六进制,数值数据修改为2

修改完后确定,关闭注册表,开始运行-->mstsc

https://support.microsoft.com/zh-cn/help/4093492/credssp-updates-for-cve-2018-0886-march-13-2018

https://support.microsoft.com/en-hk/help/4093492/credssp-updates-for-cve-2018-0886-march-13-2018

发布了144 篇原创文章 · 获赞 53 · 访问量 26万+

猜你喜欢

转载自blog.csdn.net/yanxilou/article/details/101773815