2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-23 03:30:33 +00:00

Added missing curly bracket to xcatconfig.

This commit is contained in:
besawn
2022-05-06 15:11:16 -04:00
parent bde688949c
commit 67ac4dd202

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);