Added IdentitiesOnly flag to ssh-config as well
This commit is contained in:
parent
f3a6dc8479
commit
bb58c9ef96
|
@ -6,3 +6,4 @@ Host <%= host_key %>
|
|||
StrictHostKeyChecking no
|
||||
PasswordAuthentication no
|
||||
IdentityFile <%= private_key_path %>
|
||||
IdentitiesOnly yes
|
||||
|
|
Loading…
Reference in New Issue