Skip to content

Commit

Permalink
Merge pull request #7339 from besawn/sudoers_update
Browse files Browse the repository at this point in the history
Fixed comments in sudoer postscript for issue #7301
  • Loading branch information
besawn committed Feb 17, 2023
2 parents 5f52874 + 6ec489d commit 5a41d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xCAT/postscripts/sudoer
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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`

Expand Down

0 comments on commit 5a41d42

Please sign in to comment.