summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-08-12 09:23:52 -0400
committerScott Moser <smoser@ubuntu.com>2010-08-12 09:23:52 -0400
commit9f09192177dfb310dab9f3673ab42f68068f4af5 (patch)
treefa12a23220837015c3abf0f3abc1d2907ba832ff /doc
parent54346d35221fd405423dd33a2b06202f10e2aa22 (diff)
downloadvyos-cloud-init-9f09192177dfb310dab9f3673ab42f68068f4af5.tar.gz
vyos-cloud-init-9f09192177dfb310dab9f3673ab42f68068f4af5.zip
mention disable_root setting in examples
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config.txt5
1 files changed, 5 insertions, 0 deletions
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