linux script hostkey verification failed ssh code example
Example: 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
#Windows:
ssh-keyscan -t rsa github.com >> %userprofile%/.ssh/known_hosts
#Mac:
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts