add ssh key

This commit is contained in:
wdlbrmft 2025-05-09 21:47:06 +02:00
parent 55f57393ab
commit 4b59b66ca7
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF+qnaWHrGk+DHz5I3L8wK5MPVzjck9LTuctnzK55WJs kb@LoyAdjo"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGL0MCmqvwph9Py81MtAjpJHtw5ecyE3s3q/SQW+D7HJ wdlbrmft"
];
};

View file

@ -42,6 +42,7 @@
port = 2550;
authorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAPKorzbCjRROOmFpiEfbH2mmLJ8qACUUt7pln87PgkA kb@LoyAdjo"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGL0MCmqvwph9Py81MtAjpJHtw5ecyE3s3q/SQW+D7HJ pablo"
];
hostKeys = [ "/etc/secrets/initrd/ssh_host_ed25519_key" ];
};