From 4e25dc000c3aa13a684034147cfe861c4a823f90 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 31 Aug 2022 12:30:09 +0200 Subject: [PATCH] change ssh key 2 --- groups/os/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/os/linux.py b/groups/os/linux.py index 17c658d..2a4596a 100644 --- a/groups/os/linux.py +++ b/groups/os/linux.py @@ -34,7 +34,7 @@ 'ckn': { 'shell': '/usr/bin/zsh', 'authorized_keys': { - 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEU1l2ijW3ZqzFGZcdWg2ESgTGehdNfBTfafxsjWvWdS mwiegand@macbook', + 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAi6tA8JaeovsxyvNNY0g5OEfErHThJHAOWVLguqvVve mwiegand@macbook', }, }, },