diff --git a/assets/ssh/known_hosts b/assets/ssh/known_hosts index c5c3238..35823b1 100644 --- a/assets/ssh/known_hosts +++ b/assets/ssh/known_hosts @@ -34,9 +34,6 @@ fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBmpErjQ2DgNqs3 # 2024-11 enchilada with postmarketOS 192.168.178.25 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH9aQ/ZZhG/rOD2SX0fxjqc38xXQUmbjKi5n4gXfRpWI -# 2019-03 ejNas with Arch Linux -cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux - # 2022-05 cx21-bbb 195.201.139.84 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIdKUqdjMefraW/LZcpR35YTx6+q2wyMVSaojc5P0B/5 # 2022-05 cpx11-coturn diff --git a/modules/ssh-client.nix b/modules/ssh-client.nix index 41413f0..00a131d 100644 --- a/modules/ssh-client.nix +++ b/modules/ssh-client.nix @@ -71,20 +71,6 @@ port = 22; compression = true; }; - "ejNas" = { - hostname = "cloud.ej-altdorf.de"; - #hostname = "ej-altdorf.spdns.de"; - user = "yoda"; - port = 22; - compression = true; - }; - "rootEjNas" = { - hostname = "cloud.ej-altdorf.de"; - #hostname = "ej-altdorf.spdns.de"; - user = "root"; - port = 22; - compression = true; - }; # local IP: 192.168.178.118 "yodaHedgehog" = {