diff --git a/assets/ssh/known_hosts b/assets/ssh/known_hosts index 9836b1c..5a59d1b 100644 --- a/assets/ssh/known_hosts +++ b/assets/ssh/known_hosts @@ -1,4 +1,6 @@ -# 2023-07 yodaNas with Arch Linux +# 2022-12 yodaNas with Arch Linux [p1st.de]:2222 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIASF7AJeGIkQG0erOJym8bHLBjRClkdPPCDNZAKOZ6S+ # 2023-09 yodaTux NixOS early SSH FDE unlock [yodaTux.localhost]:22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1QKkJg9ekAAxTADCXIvHylrYOc6EdEyKUmKaQhaW3e +# 2023-03 pi3bplus with Arch Linux +fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv diff --git a/modules/ssh.nix b/modules/ssh.nix index f49f18b..bfd9465 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -24,6 +24,13 @@ enable = true; userKnownHostsFile = "~/.ssh/known_hosts ${../assets/ssh/known_hosts}"; matchBlocks = { + "pi3bplus" = { + hostname = "fckjpbxxim36c1gb.myfritz.net"; + user = "yoda"; + port = 22; + compression = true; + }; + "nas" = { hostname = "p1st.de"; user = "yoda";