mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add yodaHP
This commit is contained in:
parent
1ae982042e
commit
06ac96a7e1
@ -5,6 +5,9 @@
|
||||
[192.168.178.27]:2223 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0bfqbAh6E3sq82sg+ftcYLn7sPqCpPmPniL5Ey42Js
|
||||
[p1st.de]:2223 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0bfqbAh6E3sq82sg+ftcYLn7sPqCpPmPniL5Ey42Js
|
||||
|
||||
# 2023-10 yodaHP with NixOS
|
||||
192.168.178.108 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDy1mNvsCIyYW5rNkNcEUCGYlDdPUJ+SyzrASd+z8q2Z
|
||||
|
||||
# 2023-09 yodaTux NixOS early SSH FDE unlock
|
||||
[yodaTux.localhost]:22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1QKkJg9ekAAxTADCXIvHylrYOc6EdEyKUmKaQhaW3e
|
||||
|
||||
|
@ -7,6 +7,12 @@
|
||||
enable = true;
|
||||
userKnownHostsFile = "~/.ssh/known_hosts ${../assets/ssh/known_hosts}";
|
||||
matchBlocks = {
|
||||
"rootYodaHP" = {
|
||||
hostname = "192.168.178.108";
|
||||
user = "root";
|
||||
port = 22;
|
||||
compression = false;
|
||||
};
|
||||
"yodaTab" = {
|
||||
hostname = "192.168.178.33";
|
||||
user = "yoda";
|
||||
|
Loading…
Reference in New Issue
Block a user