Skip to content

.ssh/config settings for EC2 hosts

Seen multiple places around the web; I’m not sure where attribution should lie, but this is not original to me:


# ~/.ssh/config
#
Host *.amazonaws.com
CheckHostIP no
StrictHostKeyChecking no
UserKnownHostsFile /dev/null

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*