I’ve been using the following to add github to my known hosts:
shell: ssh-keyscan -H github.com >> ~/.ssh/known_hosts
…but it started failing, here’s the result:
https://gist.github.com/uunsamp/28ae7967222f757c9c37
I mentioned this in IRC, and someone linked to a blog post where
the author is doing something similar:
https://juriansluiman.nl/article/151/managing-ssh-known-hosts-with-ansible
I tried what the author was doing and I had the same results as previously:
https://gist.github.com/uunsamp/1408198189d58002543a
I could use some help on this, hope someone here as ran into this issue previously.