From 736eb3e97b99e6c0e5a9125c14ab73d55dc1a803 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 26 Apr 2020 08:11:35 +1200 Subject: [PATCH 1/1] add files.northdrive.de --- .gitignore.d/ssh | 1 + .ssh/config.in | 4 ++++ .ssh/known_hosts.d/northfiles.de | 1 + 3 files changed, 6 insertions(+) create mode 100644 .ssh/known_hosts.d/northfiles.de diff --git a/.gitignore.d/ssh b/.gitignore.d/ssh index c034947..4ccddbf 100644 --- a/.gitignore.d/ssh +++ b/.gitignore.d/ssh @@ -22,6 +22,7 @@ !/.ssh/known_hosts.d/mjollnir.org !/.ssh/known_hosts.d/mtfk.de !/.ssh/known_hosts.d/mtvic.madduck.net +!/.ssh/known_hosts.d/northfiles.de !/.ssh/known_hosts.d/sgs5m !/.ssh/known_hosts.d/sgs7e !/.ssh/known_hosts.d/skynet.ie diff --git a/.ssh/config.in b/.ssh/config.in index 8c82456..379287f 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -321,6 +321,10 @@ Host lion.mjollnir.org | lion Hostname lion.mjollnir.org User madduck +Host files.northdrive.de | idiotheke + Hostname files.northdrive.de + User madduck + ### DEFAULTS Match host *.madduck.net diff --git a/.ssh/known_hosts.d/northfiles.de b/.ssh/known_hosts.d/northfiles.de new file mode 100644 index 0000000..ad786c6 --- /dev/null +++ b/.ssh/known_hosts.d/northfiles.de @@ -0,0 +1 @@ +clegg.northdrive.de,212.53.142.50 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE0B6ZJ/t/L+3QZaOONLHxiebW9sCgc+2YyndbJ4WXcmVYRYfOejp65EqJDxr+NxHlVlnSTTn6Qo1ZXSyvgcJUY= -- 2.39.2