Fix typo in yaml tag for ssh_authorized_keys.

This commit is contained in:
Auke Kok
2019-09-30 10:54:18 -07:00
parent 402d6a6255
commit 9bae6ad5a9
+2 -2
View File
@@ -76,7 +76,7 @@ static struct cloud_struct config[MAX_CONFIGS] = {
"users:\n" \
" - name: clear\n" \
" groups: wheelnopw\n" \
"ssh-authorized-keys:\n" \
"ssh_authorized_keys:\n" \
" - "
},
{
@@ -101,7 +101,7 @@ static struct cloud_struct config[MAX_CONFIGS] = {
"users:\n" \
" - name: tencent\n" \
" groups: wheelnopw\n" \
"ssh-authorized-keys:\n" \
"ssh_authorized_keys:\n" \
" - "
}
};