whitelist alka ssh key

This commit is contained in:
xunuwu 2025-02-19 16:56:13 +01:00
parent 1f7551a358
commit 2b5526afdd
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 2 additions and 0 deletions

1
sshKeys/alka_alkpc Normal file
View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDEQgWigEHjD8AGv4Omzm7q3pNk3V0ycvLnsiJkt0TB2 alka@alkpc

View file

@ -20,6 +20,7 @@
openssh.authorizedKeys.keyFiles = [ openssh.authorizedKeys.keyFiles = [
(self + /sshKeys/xun_nixdesk) (self + /sshKeys/xun_nixdesk)
(self + /sshKeys/alka_alkpc)
]; ];
}; };
} }