Skip to content

Commit df8a253

Browse files
committed
Add IdentitiesOnly to ssh config in README
This is useful when you use yubikeys, as otherwise the ssh-agent will offer your secure key on each Ansible task.
1 parent 3a024a0 commit df8a253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ If the deployed instances are behind an SSH bastion you must ensure that your SS
212212
IdentityFile ~/.ssh/key
213213
UserKnownHostsFile /dev/null
214214
StrictHostKeyChecking no
215+
IdentitiesOnly yes
215216
216217
Configure Terraform variables
217218
=============================

0 commit comments

Comments
 (0)