2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Fixed comments in sudoer postscript for issue #7301

This commit is contained in:
besawn 2023-02-17 11:46:46 -05:00
parent 8dd9fb1ee4
commit 6ec489daf1

View File

@ -43,7 +43,7 @@ sleep 1
rm -rf $HOME/.ssh/authorized_keys
#-----------------
# Retrieve DSA key
# Retrieve RSA key
#-----------------
KEY=`cat /xcatpost/hostkeys/ssh_host_rsa_key.pub`
@ -52,7 +52,7 @@ echo -e $KEY >> $HOME/.ssh/authorized_keys
#-----------------
# Retrieve RSA key
# Retrieve DSA key
#-----------------
KEY=`cat /xcatpost/hostkeys/ssh_host_dsa_key.pub`