diff --git a/src/ucd-data-fetch.c b/src/ucd-data-fetch.c index 0d1d5b7..b11e4fc 100644 --- a/src/ucd-data-fetch.c +++ b/src/ucd-data-fetch.c @@ -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" \ " - " } };