Skip to content

Commit

Permalink
feat(cleanup.sh): make sure that SSH host keys are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Sep 13, 2024
1 parent 75d0d48 commit 88beb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ WHITELIST="^/efi
# Remove some extra files that absolutely should not be in the release files.
echo -e '\e[1mRemoving sensitive files ...\e[0m'
rm -fv /etc/machine-id
rm -fv /etc/ssh/ssh_host_*_key*
}

set -eo pipefail
Expand Down

0 comments on commit 88beb0f

Please sign in to comment.