diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-06-09 20:38:09 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-06-09 20:38:09 -0400 |
commit | 9a61ab153ab9d68fb796650666d4ad6729926685 (patch) | |
tree | 31fdf137ec368b3e22a76f6fb0b5f1f3f0cf9ae1 /doc | |
parent | 2bb228751a223f21296ff9166b42583c670359a5 (diff) | |
download | vyos-cloud-init-9a61ab153ab9d68fb796650666d4ad6729926685.tar.gz vyos-cloud-init-9a61ab153ab9d68fb796650666d4ad6729926685.zip |
doc: fix user-groups doc to reference plural ssh-authorized-keys
LP: #1327065
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-user-groups.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-user-groups.txt b/doc/examples/cloud-config-user-groups.txt index 01548380..31491faf 100644 --- a/doc/examples/cloud-config-user-groups.txt +++ b/doc/examples/cloud-config-user-groups.txt @@ -69,7 +69,7 @@ users: # no-user-group: When set to true, do not create a group named after the user. # no-log-init: When set to true, do not initialize lastlog and faillog database. # ssh-import-id: Optional. Import SSH ids -# ssh-authorized-key: Optional. Add key to user's ssh authorized keys file +# ssh-authorized-keys: Optional. [list] Add keys to user's authorized keys file # sudo: Defaults to none. Set to the sudo string you want to use, i.e. # ALL=(ALL) NOPASSWD:ALL. To add multiple rules, use the following # format. |