We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba2e0f commit 7b0e6bfCopy full SHA for 7b0e6bf
tool/ovh/ssh-exec.sh
@@ -1,3 +1,3 @@
1
set -eu
2
3
-openstack server ssh $MACHINE_NAME -4 --address-type Ext-Net -- -i $OS_PRIVATE_KEY -l ubuntu "$@"
+openstack server ssh $MACHINE_NAME -4 --address-type Ext-Net -- -i $OS_PRIVATE_KEY -l ubuntu -o StrictHostKeychecking=no "$@"
0 commit comments