Files
clan-core/clanModules/root-password/README.md
2024-06-25 21:17:01 +02:00

13 lines
316 B
Markdown

---
description = "Automatically generates and configures a password for the root user."
---
After the system was installed/deployed the following command can be used to display the root-password:
```bash
clan secrets get {machine_name}-password
```
See also: [Facts / Secrets](../../getting-started/secrets.md)