DebugAH

How to Solve Your Programmer Error

Skip to content
  • Home
  • Linux
  • JAVA
  • Python
  • Javasript
  • MYSQL
  • Windows
  • Error

[Solved] SSH Remote Login Error: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

Problem description

The following error occurred while logging in to the remote machine: warning: remote host identification has changed!

Baidu found that the public key has changed after the remote host is reinstalled. When SSH links, the public key will be verified first. If the public key is wrong, an error will be reported

You can check the .SSH directory and find a know_Hosts file

Under the window is [C:\users\#user name #\.SSH]

Cd ~ /.SSH under Linux

After opening, the content is recorded as:

The public key of each remote host is recorded respectively

Solution:

1. Find the file and delete the public key of the corresponding IP

2. Clear the suggestion by SSH keygen command

ssh-keygen -R 110.42.128.29

Refer to Linux SSH Remote Login error resolution

Similar Posts:

  • [Solved] SSH connection server error: warning: remote host identification has changed!
  • How to Solve host key verification failed
  • An error is reported when starting sshd in the docker container
  • sshd Start Report Error: sshd re-exec requires execution with an absolute path
  • [Solved] Linux-SSH: WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED
  • Mac remote service repair: warning: remote host identification has changed!
  • WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! [How to Fix]
  • GitHub prompts permission denied (public key). How can I solve this problem?
  • Git fetch upstream Error: XXX Permission denied (publickey). fatal: Could not read from remote repository
  • Git Upload File Error: fatal: could not read from remote repository. [How to Solve]

This entry was posted in Linux and tagged SSH Remote Login Error, WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! on November 18, 2021 by Robins.

Post navigation

← [Solved] GitHub Error: this exceeds GitHub’s file size limit of 100 MB [Solved] Android Studio Compile Error: Process ‘command ‘ finished with non-zero exit value 1 →

Recent Posts

  • [Solved] must appear in the GROUP BY clause or be used in an aggregate function
  • [Solved] Shell Error: syntax error: invalid arithmetic operator (error token is “
  • [Solved] FATAL ERROR: wasm code commit Allocation failed – process out of memory
  • [Solved] Mac Error: ERROR launching ‘JD-GUI’
  • [Solved] passwd: Authentication token manipulation error
  • [Solved] xtrabackup: error: xb_load_tablespaces() failed with error code 57
  • [Solved] Azure Function Enable Managed Identity and Powershell Funciton Report Error: ERROR: ManagedIdentityCredential authentication failed
  • [Solved] Application_Error not firing when customerrors = “On”
  • [Solved] MAVEN-COMPILER-PLUGIN Compile Error: FATAL ERROR: UNABLE TO FIND PACKAGE JAVA.LANG IN CLASSPATH OR BOOTCLASSPATH
  • [Solved] Json.Net Error: Error getting value from ‘ScopeId’ on ‘System.Net.IPAddress’

Tags

  • )
  • android
  • android studio
  • CentOS
  • centos7
  • chrome
  • DebugAH
  • django
  • docker
  • eclipse
  • git
  • github
  • go
  • hadoop
  • Hive
  • IDEA
  • ios
  • java
  • jenkins
  • Linux
  • Mac
  • maven
  • MyBatis
  • mysql
  • nginx
  • No module named XXX error
  • npm
  • Oracle
  • php
  • pip
  • pycharm
  • Python
  • Python TypeError
  • redis
  • shell
  • spring
  • springBoot
  • ssh
  • SVN
  • tensorflow
  • tomcat
  • ubuntu
  • vue
  • Windows
  • Yum
Proudly powered by WordPress