dockerzhang commented on code in PR #10390: URL: https://github.com/apache/inlong/pull/10390#discussion_r1635871276
########## inlong-manager/manager-web/src/main/resources/exec_cmd.exp: ########## @@ -24,8 +24,12 @@ set cmdTimeout [lindex $argv 3] set runCommand [lindex $argv 4] set remotePort [lindex $argv 5] -spawn ssh -p ${remotePort} ${remoteHost} -l ${remoteUser} "${runCommand} && echo \\#SUCCESS\\# || echo \\#fail\\#" - +#use public key identify Review Comment: ```suggestion # use public key to identify ``` -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org