2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-06-23 15:50:53 +00:00

Merge pull request #7164 from besawn/fix_7136

Added missing curly bracket to xcatconfig
This commit is contained in:
besawn
2022-05-06 15:27:13 -04:00
committed by GitHub
+1
View File
@@ -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);