Skip to content
Snippets Groups Projects
Select Git revision
  • 7bd09acdffe3562e0dc3479463fd43c45b7dcf79
  • master default
2 results

90_ec2

Blame
  • 90_ec2 158 B
    
    # vim:ft=sshconfig
    # Disable SSH host key checking for EC2 instances.
    
    Host  *.compute-1.amazonaws.com
    UserKnownHostsFile /dev/null
    StrictHostKeyChecking no