2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-01 10:25:33 +00:00

Merge pull request #7339 from besawn/sudoers_update

Fixed comments in sudoer postscript for issue #7301
This commit is contained in:
besawn
2023-02-17 13:35:32 -05:00
committed by GitHub

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`