Guillaume Coré
2018-04-19 3a37812cf7eeda3ab98eb4fab5d8809fa14aa513
commit | author | age
760e95 1 Host *.internal
3a3781 2   User {{ remote_user }}
760e95 3   IdentityFile ~/.ssh/{{env_authorized_key}}.pem
S 4   ForwardAgent yes
5   StrictHostKeyChecking no
3a3781 6   ConnectTimeout 60
GC 7   ConnectionAttempts 10
8
9 Host ec2*
10   User {{ remote_user }}
11   IdentityFile ~/.ssh/{{env_authorized_key}}.pem
12   ForwardAgent yes
13   StrictHostKeyChecking no
14   ConnectTimeout 60
15   ConnectionAttempts 10