From 6ec489daf18c9b07989bfcb709c2fcd2028d0d41 Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Fri, 17 Feb 2023 11:46:46 -0500 Subject: [PATCH] Fixed comments in sudoer postscript for issue #7301 --- xCAT/postscripts/sudoer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/sudoer b/xCAT/postscripts/sudoer index 45f90b1bb..f2f42e21d 100755 --- a/xCAT/postscripts/sudoer +++ b/xCAT/postscripts/sudoer @@ -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`