From 3ac74a6e711f050cfb8682df976b9f03e9bd5cf4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 6 Nov 2008 11:06:56 -0800 Subject: Don't force rebuild of ssh_host_key on each boot Bugfix 3873 Don't remove ssh_host_key because that will force it to be rebuilt everytime system boots. --- scripts/rl-system.init | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 5391d409..af21bbfe 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -114,8 +114,6 @@ clear_or_override_config_files () cat /dev/null > /etc/$conf || true fi done - # ssh v1. remove the empty key file - rm -f /etc/ssh/ssh_host_key } udev_rescan () -- cgit v1.2.3