19 lines
559 B
Markdown
19 lines
559 B
Markdown
CLONING utilities
|
|
-----------------
|
|
|
|
This folder contains necessary utilities in order to clone and setup new _SATS_ using any micro-SD card.
|
|
|
|
|
|
###### 1. Kernel image
|
|
|
|
> `image.tar.gz` is the base kernel image to burn to each _SATS_.
|
|
|
|
###### 2. Clone script
|
|
|
|
> `./clone` is the main script that will :
|
|
1. Format the device
|
|
2. Extract image into it
|
|
3. Generate a pair of ecdsa:521 keys for SSH and append the server's `authorized_keys` file
|
|
4. Set up the WiFi configuration
|
|
5. Update _SATS_' `authorized_keys` file to create key-only access (for maintenance).
|