b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | # Atlas probe setup instruction
|
| 2 |
|
| 3 | The atlas probe software requires a rsa 2048-4096 key for registration.
|
| 4 |
|
| 5 | Follow these steps to register your probe on the ripe-atlas systems.
|
| 6 | 1. Insert your username in the atlas config file (/etc/config/atlas)
|
| 7 | 2. Use the command '/etc/init.d/atlas create_key' to create a priv/pub key.
|
| 8 | 3. The priv/pub key will be stored on the directory /etc/atlas/
|
| 9 | 4. Use the command '/etc/init.d/atlas get_key' to get the public key used for probe registration.
|
| 10 | Make sure to copy the entire key and that the last value is the correct username
|
| 11 | 5. Follow the instruction from the past command or go to 'https://atlas.ripe.net/apply/swprobe/'
|
| 12 | and register your probe.
|