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…
x
Reference in New Issue
Block a user