From bc9575a42e1bfae2e75ef18d1a38264e90521569 Mon Sep 17 00:00:00 2001 From: sjing Date: Tue, 15 Jan 2013 06:43:25 +0000 Subject: [PATCH] fix for bug 2832 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14885 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/updatenode.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);