diff --git a/assets/ssh/known_hosts b/assets/ssh/known_hosts index 5dc6dfa..3a739f3 100644 --- a/assets/ssh/known_hosts +++ b/assets/ssh/known_hosts @@ -6,3 +6,5 @@ fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv # 2023-09 yodaYoga with NixOS 192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ +# 2019-03 ejNas with Arch Linux +cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux diff --git a/modules/ssh.nix b/modules/ssh.nix index d2b216a..cf2b80a 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -37,6 +37,14 @@ compression = true; }; + "ejNas" = { + hostname = "cloud.ej-altdorf.de"; + #hostname = "ej-altdorf.spdns.de"; + user = "yoda"; + port = 22; + compression = true; + }; + "nas" = { hostname = "p1st.de"; user = "yoda";