Answers for "host key verification failed"

2

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
0

Host key verification failed.

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

Code answers related to "host key verification failed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language