From 6706d042984e09830dba85c9b613e98e7d299c86 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 1 Jun 2022 10:42:35 +0200 Subject: [PATCH] ckn user --- groups/os/linux.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/groups/os/linux.py b/groups/os/linux.py index 479482e..64ca998 100644 --- a/groups/os/linux.py +++ b/groups/os/linux.py @@ -30,9 +30,15 @@ ], }, 'users': { - 'root': { + 'ckn': { 'shell': '/usr/bin/zsh', + 'authorized_keys': { + 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEU1l2ijW3ZqzFGZcdWg2ESgTGehdNfBTfafxsjWvWdS mwiegand@macbook', + }, }, }, + 'sudoers': { + 'ckn': {'ALL'}, + }, }, }