Skip to content

Commit ae73d59

Browse files
author
Matt Pryor
authored
Ensure ssh command uses given identity (azimuth-cloud#122)
1 parent da81c14 commit ae73d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/seed-ssh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ exec \
8787
ssh \
8888
-o UserKnownHostsFile=/dev/null \
8989
-o StrictHostKeyChecking=no \
90+
-o IdentitiesOnly=yes \
9091
-A \
9192
-i $deploy_key \
9293
ubuntu@$node_ip \

0 commit comments

Comments
 (0)