Commit 784e2f61 authored by nimrod's avatar nimrod
Browse files

- Accidentally removed instead of rename EC2 SSH config, re-added.

parent 18a9acc9
Loading
Loading
Loading
Loading

.ssh/config.d/99_ec2

0 → 100644
+5 −0
Original line number Diff line number Diff line
# Disable SSH host key checking for EC2 instances.

Host  *.compute-1.amazonaws.com
UserKnownHostsFile /dev/null
StrictHostKeyChecking no