From 7f5eceb89bd8242e4c2e91cf14a7fd08451ec271 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 8 Nov 2023 11:25:30 +0100 Subject: [PATCH] ssh config --- assets/ssh/known_hosts | 5 +++++ modules/ssh-client.nix | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/assets/ssh/known_hosts b/assets/ssh/known_hosts index 697e33f..39436b8 100644 --- a/assets/ssh/known_hosts +++ b/assets/ssh/known_hosts @@ -36,6 +36,11 @@ fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBmpErjQ2DgNqs3 # 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 +157.90.231.213 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM7zOMxM8O20fVLz8UDOit8nFaLqFKsFPSCgpt6LUTgf + # 2023-09 GitHub from https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl # 2023-10 codeberg.org from https://docs.codeberg.org/security/ssh-fingerprint/ diff --git a/modules/ssh-client.nix b/modules/ssh-client.nix index 9523cb5..6722477 100644 --- a/modules/ssh-client.nix +++ b/modules/ssh-client.nix @@ -59,6 +59,18 @@ compression = true; }; + "cx21-bbb" = { + hostname = "195.201.139.84"; + user = "root"; + port = 22; + compression = true; + }; + "cpx11-coturn" = { + hostname = "157.90.231.213"; + user = "root"; + port = 22; + compression = true; + }; "ejNas" = { hostname = "cloud.ej-altdorf.de"; #hostname = "ej-altdorf.spdns.de";