diff --git a/perl-xCAT/xCAT/PPCcfg.pm b/perl-xCAT/xCAT/PPCcfg.pm index ee4130dfe..0c4e79a27 100644 --- a/perl-xCAT/xCAT/PPCcfg.pm +++ b/perl-xCAT/xCAT/PPCcfg.pm @@ -436,9 +436,9 @@ sub sshcfg { ##################################### # userid@host not found in key file ##################################### - if ( $sshkey !~ /\s+(\S+\@\S+$)/ ) { - return( [[$server,"Cannot find userid\@host in '$fname'",RC_ERROR]] ); - } + #if ( $sshkey !~ /\s+(\S+\@\S+$)/ ) { + # return( [[$server,"Cannot find userid\@host in '$fname'",RC_ERROR]] ); + #} my $logon = $1; #####################################