diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 1d0b5877b..64265a2ef 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -1011,6 +1011,7 @@ sub genSSHNodeHostKey else{ push @sshkeylist,"/etc/xcat/hostkeys/ssh_host_ecdsa_key"; } + } # see if this system supports the ed25519 xCAT::Utils->runcmd('rm -rf /tmp/ed25519_key >/dev/null 2>&1 ; /usr/bin/ssh-keygen -t ed25519 -f /tmp/ed25519_key -P "" &>/dev/null', 0);