feat(root): add root ssh keys
This commit is contained in:
parent
19921124be
commit
16cbc15ff0
3 changed files with 11 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
|
||||
"/root/.local/share/nix/trusted-settings.json"
|
||||
"/root/.ssh/known_hosts"
|
||||
"/root/.ssh/id_ed25519"
|
||||
"/root/.ssh/id_ed25519.pub"
|
||||
"/root/.ssh/immutable_files.txt"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -43,6 +43,9 @@
|
|||
|
||||
"/root/.local/share/nix/trusted-settings.json"
|
||||
"/root/.ssh/known_hosts"
|
||||
"/root/.ssh/id_25519"
|
||||
"/root/.ssh/id_25519.pub"
|
||||
"/root/.ssh/immutable_files.txt"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
5
users/root/ssh-keys.nix
Normal file
5
users/root/ssh-keys.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
[
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDr+9QqgaRCDbX0JPGc7IklJVHuIlyTpGRJlL7gpsPv5 root@Infini-DESKTOP"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILpoorDhO2CdjU8WR4Xyi2oh/4cGnLMbRwypKY90drPu root@Infini-FRAMEWORK"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKhEbaLMlKApKtQn4+6yYwWCzAu8DBKdlXYz7N96CMHM root@Infini-SERVER"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue