summaryrefslogtreecommitdiff
path: root/ec2-config.cfg
diff options
context:
space:
mode:
authorSoren Hansen <soren@canonical.com>2009-08-11 09:29:24 +0200
committerSoren Hansen <soren@canonical.com>2009-08-11 09:29:24 +0200
commit3c598ec632871e5112c326d8942ab0d26d54b546 (patch)
tree76212887fa41da60c5493f6e8b89ba1dc172fa25 /ec2-config.cfg
parentfbe0de099e1ec2a87d0a826bee95121f1845a519 (diff)
downloadvyos-cloud-init-3c598ec632871e5112c326d8942ab0d26d54b546.tar.gz
vyos-cloud-init-3c598ec632871e5112c326d8942ab0d26d54b546.zip
Set ownership of user's .ssh directory correctly.
Disable root by default. Fail more gracefully if ssh keys could not be fetched.
Diffstat (limited to 'ec2-config.cfg')
-rw-r--r--ec2-config.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/ec2-config.cfg b/ec2-config.cfg
index 76c81b77..6b9992c5 100644
--- a/ec2-config.cfg
+++ b/ec2-config.cfg
@@ -1,2 +1,2 @@
-user="ubuntu"
-DISABLE_ROOT="1"
+user=ubuntu
+disable_root=1