Skip to content

Commit

Permalink
removes ssh host keys
Browse files Browse the repository at this point in the history
They can compromise security.
  • Loading branch information
taukakao committed Nov 18, 2024
1 parent df6fb22 commit ea324e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,8 @@ stages:
- rm -r /usr/share/gnome-shell/extensions/vso\@vanillaos.org
- mv /tmp/patch-vso-gnome-ext/vso-gnome-ext-1.3/vso\@vanillaos.org /usr/share/gnome-shell/extensions/vso\@vanillaos.org
- rm -r /tmp/patch-vso-gnome-ext

- name: patch-ssh-host-keys
type: shell
commands:
- rm /etc/ssh/ssh_host_*key*

0 comments on commit ea324e9

Please sign in to comment.