Skip to content

Commit c6da29a

Browse files
authored
Merge pull request #85 from stackhpc/update-readme-ssh-config
Add IdentitiesOnly to ssh config in README
2 parents 3a024a0 + df8a253 commit c6da29a

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)