Nate Stephany
2019-12-19 b8e0700692a0f8ae13a0204a129408056f6ac00e
commit | author | age
b8e070 1 Host ec2* *.internal *.example.com
862ece 2   User {{remote_user}}
67a0ed 3 {% if use_own_key|bool %}
GC 4   IdentityFile ~/.ssh/{{env_authorized_key}}.pem
5 {% else %}
3a0a12 6   IdentityFile ~/.ssh/{{key_name}}.pem
67a0ed 7 {% endif %}
862ece 8   ForwardAgent yes
GC 9   StrictHostKeyChecking no
10   ConnectTimeout 60
11af75 11   ConnectionAttempts 10