automatically adding host's ssh fingerprint to the known_hosts file:
 -o StrictHostKeyChecking=no
 example:
 ssh -o StrictHostKeyChecking=no SecretServername
 
My random tech problems and chicken scratching for notes on what I did to solve them.