known_hosts
-
Blog
How to Add an SSH Fingerprint to Your known_hosts File in Linux
Let’s say you’ve written a bash script that scans all of your Linux servers in your data center for uptime. Such a file could contain the following contents: ssh $1 "uptime" When you run your script, it may get foiled by an issue where it is stopped by a server that has yet to have its SSH key fingerprint added…
Read More »