Skip to content

Commit

Permalink
fixes host key paths
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao authored Nov 18, 2024
1 parent 6731956 commit 7c36eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ stages:
- name: cleanup2
type: shell
commands:
- rm -rf /etc/sshd/ssh_host_rsa_key
- rm /etc/ssh/ssh_host_*key*
- rm -rf /var/cache/*
- rm -rf /tmp/*
- rm -rf /var/tmp/*
Expand Down

0 comments on commit 7c36eff

Please sign in to comment.