Server/ssh: add public key for toast
This commit is contained in:
parent
56c81782ba
commit
ea97158296
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
users.users.toast.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEas0RvecJpUA1rG87fHunxDb4O0Q7bQG7X8h3hZnrsE Everest access key"
|
||||
];
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue