Skip to content

Commit 7b0e6bf

Browse files
don't ask to add to known hosts
1 parent bba2e0f commit 7b0e6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/ovh/ssh-exec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
set -eu
22

3-
openstack server ssh $MACHINE_NAME -4 --address-type Ext-Net -- -i $OS_PRIVATE_KEY -l ubuntu "$@"
3+
openstack server ssh $MACHINE_NAME -4 --address-type Ext-Net -- -i $OS_PRIVATE_KEY -l ubuntu -o StrictHostKeychecking=no "$@"

0 commit comments

Comments
 (0)