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`