# Share known_hosts across all users of the ssh-agent
UserKnownHostsFile=/home/.ssh-agent/known_hosts
# This accepts new host keys automatically but rejects changed ones for 
# known domains/IPs.
# In case the host key actually changed the OpenSSH error message is very 
# helpful and gives the command that removes the offending host key from 
# known_hosts (`ssh-keygen -R <hostOrIp>`) after a verbose warning about 
# possible IP spoofing.
StrictHostKeyChecking=accept-new
