github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/containers/ddev-webserver/ddev-webserver-etc-skel/etc/skel/.ssh/config (about)

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