Skip to content

Commit ea324e9

Browse files
committed
removes ssh host keys
They can compromise security.
1 parent df6fb22 commit ea324e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

recipe.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,8 @@ stages:
161161
- rm -r /usr/share/gnome-shell/extensions/vso\@vanillaos.org
162162
- mv /tmp/patch-vso-gnome-ext/vso-gnome-ext-1.3/vso\@vanillaos.org /usr/share/gnome-shell/extensions/vso\@vanillaos.org
163163
- rm -r /tmp/patch-vso-gnome-ext
164+
165+
- name: patch-ssh-host-keys
166+
type: shell
167+
commands:
168+
- rm /etc/ssh/ssh_host_*key*

0 commit comments

Comments
 (0)