Author:
Hash:
Timestamp:
+11 -6 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
08dfa2f621877f6a9dab6514b525858dc47ba772
Sat, 12 Jul 2025 20:28:56 +0000 (4 months ago)
| 1 | diff --git a/config.example.toml b/config.example.toml |
| 2 | index 6bb87d3..df6ede3 100644 |
| 3 | --- a/config.example.toml |
| 4 | +++ b/config.example.toml |
| 5 | @@ -242,9 +242,14 @@ motd = """ |
| 6 | A Hyper Performant & Hackable Code Forge Built on Open Standards. |
| 7 | """ |
| 8 | |
| 9 | - [[identities]] |
| 10 | - username = "demo" |
| 11 | - shell = "/bin/sh" |
| 12 | - authorized_keys = [ |
| 13 | - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO9MKZZAGWfX6CqM02Q3IYns7SecAGEdi9e2aw7WPAdu kevin@hyte" |
| 14 | - ] |
| 15 | + # Identities associated with this Ayllu instance which may have an associated |
| 16 | + # system account. |
| 17 | + |
| 18 | + # [[identities]] |
| 19 | + # username = "demo" |
| 20 | + # If the user should be allocated a shell, if not specified the user may not |
| 21 | + # login. |
| 22 | + # shell = "/bin/sh" |
| 23 | + # authorized_keys = [ |
| 24 | + # ".. your key here .." |
| 25 | + # ] |