From b25af8dbdaee0a892686933f6c6667cc54f6ff4e Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Mon, 22 Nov 2010 21:51:06 +0100
Subject: Simplyfing ssh host key removal.

---
 scripts/build/lb_chroot_hacks | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index 990d5cd..328fff4 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -129,8 +129,7 @@ done
 
 # Removing openssh-server hostkeys,
 # they are regenerated by live-config.
-rm -f chroot/etc/ssh/ssh_host_dsa_key chroot/etc/ssh/ssh_host_dsa_key.pub
-rm -f chroot/etc/ssh/ssh_host_rsa_key chroot/etc/ssh/ssh_host_rsa_key.pub
+rm -f chroot/etc/ssh/ssh_host_*_key chroot/etc/ssh/ssh_host_*_key.pub
 
 # Removing udev mac caching rule
 rm -f chroot/etc/udev/rules.d/*persistent-net.rules
-- 
cgit v1.0