From 9f09192177dfb310dab9f3673ab42f68068f4af5 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 12 Aug 2010 09:23:52 -0400 Subject: mention disable_root setting in examples --- doc/examples/cloud-config.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index ec1ad17b..4a26e048 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -237,3 +237,8 @@ debconf_selections: | # Need to perserve newlines # 'system' will enable launch-by-default for for all users byobu_by_default: system +# disable ssh access as root. +# if you want to be able to ssh in to the system as the root user +# rather than as the 'ubuntu' user, then you must set this to false +# default: true +disable_root: false -- cgit v1.2.3