diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index df2c3611f..3f575a5ac 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -793,8 +793,9 @@ sub security_update_sshkeys if ($::VERBOSE) { my $rsp = {}; + # not display password in verbose mode. $rsp->{data}->[0] = - " $localhostname: Internal call command: xdsh -K. nodes = @$nodes, arguments = @args, env = @envs"; + " $localhostname: Internal call command: xdsh -K. nodes = @$nodes, arguments = @args, env = xxxxxx"; $rsp->{data}->[1] = " $localhostname: return messages of last command: @$res"; $callback->($rsp);