Platform Team/Server Kit/sugar-server: Difference between revisions
| Line 22: | Line 22: | ||
Service interfaces will operate with the following parameters: | Service interfaces will operate with the following parameters: | ||
* {{Code|uuid}}, unique identity of the particular Sugar user, i.e., this id should be created for every Sugar profile; | * {{Code|uuid}}, unique identity of the particular Sugar user, i.e., this id should be created for every Sugar profile; but on XOs, where reflashing might occur, XO UUID will be reused; | ||
* {{Code|serial}}, serial number of hardware Sugar user is running on, e.g., serial number of a XO laptop; | * {{Code|serial}}, serial number of hardware Sugar user is running on, e.g., serial number of a XO laptop; | ||
* {{Code|pubkey}}, SSH public key, this is the exact line that needs to be placed as-is to {{Code|~/.ssh/authorized_keys}} file; note that OLPC XS operates with striped version of public keys. | * {{Code|pubkey}}, SSH public key, this is the exact line that needs to be placed as-is to {{Code|~/.ssh/authorized_keys}} file; note that OLPC XS operates with striped version of public keys. | ||