Skip to content

Commit

Permalink
Don't create an abbreviated AWS user-data.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok committed Sep 23, 2019
1 parent c351cb4 commit 922b303
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ucd-data-fetch.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ static struct cloud_struct config[MAX_CONFIGS] = {
"/latest/meta-data/public-keys/0/openssh-key",
"/latest/user-data",
"#cloud-config\n" \
"ssh_authorized_keys:\n - "
"users:\n" \
" - name: clear\n" \
" groups: wheelnopw\n" \
"ssh-authorized-keys:\n" \
" - "
},
{
"oci",
Expand Down

0 comments on commit 922b303

Please sign in to comment.