From 017c6c22d54130c913fd09da29cff6118878727a Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Sat, 1 Feb 2014 11:10:23 +0100 Subject: [PATCH] Add a Changelog entry documenting the SSH host key change --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 711bf59..813695c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ * It looks like Docker changed their Ubuntu 12.04 base image, thereby breaking our Dockerfile. This has been fixed. * The init system (`/sbin/my_init`) now supports running scripts during startup. You can put startup scripts `/etc/my_init.d`. `/etc/rc.local` is also run during startup. + * To improve security, the base image no longer contains pregenerated SSH host keys. Instead, users of the base image are encouraged to regenerate one in their Dockerfile. If the user does not do that, then random SSH host keys are generated during container boot. ## 0.9.2 (release date: 2013-12-11)