ssh config

This commit is contained in:
Daniel Langbein 2023-11-08 11:25:30 +01:00
parent 96ba0c265c
commit 7f5eceb89b
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 17 additions and 0 deletions

View File

@ -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/

View File

@ -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";