diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 278e2b5b0..306ab9940 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -3711,7 +3711,7 @@ sub parse_and_run_dsh # enable;configure terminal;show ssh server host-keys # We will build # ssh admin@mswitch cli - # ' "enable" "configure terminal" "show ssh server host-keys" ' + # "enable" "configure terminal" "show ssh server host-keys" my @melcmds; if ($switchtype =~ /Mellanox/i) { $::DSH_MELLANOX_SWITCH=1;