Answers for "how to fix host key verification failed"

3

host key verification failed

#Windows:
ssh-keyscan -t rsa github.com >> %userprofile%/.ssh/known_hosts

#Mac:
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
Posted by: Guest on June-11-2020
-1

Host key verification failed.

$ ssh -o StrictHostKeyChecking=no [email protected] uptime
Posted by: Guest on February-24-2021

Code answers related to "how to fix host key verification failed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language