Skip to content
Snippets Groups Projects
Select Git revision
  • 945c2113cfc514f26176f4206812d236f7681af4
  • master default
2 results

README.rst

Blame
  • 15_ec2 138 B
    # Disable SSH host key checking for EC2 instances.
    
    Host  *.compute-1.amazonaws.com
    UserKnownHostsFile /dev/null
    StrictHostKeyChecking no