Added IdentitiesOnly flag to ssh-config as well

This commit is contained in:
Mitchell Hashimoto 2010-08-02 19:53:49 -07:00
parent f3a6dc8479
commit bb58c9ef96
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ Host <%= host_key %>
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile <%= private_key_path %>
IdentitiesOnly yes