Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Mon Sep 12 16:25:17 2022 +0200

    feat: set exclusive option for ssh keys
This commit is contained in:
Robert Kaussow 2022-09-12 14:30:47 +00:00
parent b48b5720ab
commit 7cc14d9a50
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ users_default_users:
groups:
- wheel
password: "secure"
key: "ssh-ed25519 AAAA..."
sshkeys:
- "ssh-ed25519 AAAA..."
shell: /bin/bash
```