diff options
author | Soren Hansen <soren@canonical.com> | 2009-08-11 09:29:24 +0200 |
---|---|---|
committer | Soren Hansen <soren@canonical.com> | 2009-08-11 09:29:24 +0200 |
commit | 3c598ec632871e5112c326d8942ab0d26d54b546 (patch) | |
tree | 76212887fa41da60c5493f6e8b89ba1dc172fa25 /ec2-config.cfg | |
parent | fbe0de099e1ec2a87d0a826bee95121f1845a519 (diff) | |
download | vyos-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.cfg | 4 |
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 |