diff --git a/assets/ssh/known_hosts b/assets/ssh/known_hosts index c6718a8..c5c3238 100644 --- a/assets/ssh/known_hosts +++ b/assets/ssh/known_hosts @@ -31,8 +31,8 @@ fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBmpErjQ2DgNqs3 # 2023-08 yodaTab with NixOS 192.168.178.53 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuZRtE5auwSJLcdR3mu+5JxG8jW8wwy2kEiIbE8nqNW -# 2023-12 enchilada with postmarketOS -192.168.178.25 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBf45eoeUpz6YTuCU12IThObp7lUQEyXcXJvh1MnJqBW +# 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 diff --git a/modules/ssh-client.nix b/modules/ssh-client.nix index f32e004..41413f0 100644 --- a/modules/ssh-client.nix +++ b/modules/ssh-client.nix @@ -21,7 +21,7 @@ }; "yodaEnchilada" = { hostname = "192.168.178.25"; - user = "droidian"; + user = "yoda"; port = 22; compression = false; };