diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-06 11:06:56 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-06 11:06:56 -0800 |
commit | 3ac74a6e711f050cfb8682df976b9f03e9bd5cf4 (patch) | |
tree | 4754fa03404f5cecc0a9269df79452412de1272e | |
parent | 7a58c30e61e6f9cde5d6a7a216888ac7ca405750 (diff) | |
download | vyatta-cfg-system-3ac74a6e711f050cfb8682df976b9f03e9bd5cf4.tar.gz vyatta-cfg-system-3ac74a6e711f050cfb8682df976b9f03e9bd5cf4.zip |
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.
-rwxr-xr-x | scripts/rl-system.init | 2 |
1 files changed, 0 insertions, 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 () |