rickchengx commented on code in PR #11382:
URL: https://github.com/apache/dolphinscheduler/pull/11382#discussion_r942072978


##########
script/scp-hosts.sh:
##########
@@ -35,8 +35,8 @@ hostsArr=(${ips//,/ })
 for host in ${hostsArr[@]}
 do
 
-  if ! ssh -p $sshPort $host test -e $installPath; then
-    ssh -p $sshPort $host "sudo mkdir -p $installPath; sudo chown -R 
$deployUser:$deployUser $installPath"
+  if ! ssh -o StrictHostKeyChecking=no -p $sshPort $host test -e $installPath; 
then
+    ssh -o StrictHostKeyChecking=no -p $sshPort $host "sudo mkdir -p 
$installPath; sudo chown -R $deployUser:$deployUser $installPath"

Review Comment:
   > Would you please add this to the `script/status-all.sh`?
   
   Sure.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to