mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-09-01 11:16:02 +00:00
Fix typo in yaml tag for ssh_authorized_keys.
This commit is contained in:
@@ -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" \
|
||||
" - "
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user