From 74f5b0b5fe75919f93b492dafc2b325737b9eeac Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 4 Dec 2003 11:08:08 +0000 Subject: we don't want everyone to have the same ssh key :) --- move/make_live | 3 +++ 1 file changed, 3 insertions(+) diff --git a/move/make_live b/move/make_live index 747a1d975..4b3a1d633 100755 --- a/move/make_live +++ b/move/make_live @@ -136,6 +136,9 @@ if (!-e "$::prefix/usr/share/speedtouch/mgmt.o") { symlink '/etc/mgmt.o', "$::prefix/usr/share/speedtouch/mgmt.o"; } +#- we don't want everyone to have the same ssh key :) +system("rm -f $::prefix/etc/ssh/*key*"); + #- XFree -- cgit v1.2.1