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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user