diff options
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config.txt | 5 |
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 |