We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae36a4 commit b04f3edCopy full SHA for b04f3ed
1 file changed
ssh_wrapper.sh
@@ -28,4 +28,4 @@ fi
28
29
destination=$(jq -r .destination $filename 2> /dev/null)
30
31
-exec $sshpass_command ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no "${ssh_options[@]}" "$destination"
+exec $sshpass_command ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "${ssh_options[@]}" "$destination"
0 commit comments