zoukankan      html  css  js  c++  java
  • RDP Error: The Identity Of The Remote Computer Cannot Be Verified

    As i always need to remote to 20 servers at the same time, so i use a tool called Remote Desktop Connection Manager to manage and remote them. It is very convenient.

    But it often pops up an annoying error prompt : "The identity of the remote computer cannot be verified. Do you want to connect anyway?". Although I select "Don't ask me again for connections to this computer", it still pops up next time. And the sad part is, 20 servers will pop up 20 error boxes. It is so tired to click "Yes" 20 times each time.

    Fortunately, I find an easy way to bypass this error prompt. The registry setting should done in the workstation. No need to change anything on the server.

    1. In your workstation, go to run command prompt.
    2. Type in regedit and hit enter button. The registry editor window will open.
    3. In the registry editor window, go to HKEY_LOCAL_MACHINE –> Software –> Microsoft –> Terminal Server Client.
    4. Right click Terminal Server Client and select New and then select DWORD.
    5. Name the new DWORD entity as AuthenticationLevelOverride.
    6. Edit AuthenticationLevelOverride and make sure the value is 0.
    7. Close the Regedit.
    8. Now try to remote in to the same server using the remote desktop client.

  • 相关阅读:
    优化linux,安装node环境
    腾讯云主机的公网无法访问,putty和FileZilla连接不上
    angularjs1.x的directive中的link参数element见解
    springboot自动装配原理
    redis哨兵部署
    HashMap笔记
    多线程与高并发
    java面试必会知识点
    maven仓库
    java任务调度简单示例
  • 原文地址:https://www.cnblogs.com/MasterMonkInTemple/p/11088227.html
Copyright © 2011-2022 走看看