From 1ac028c7201dbb9f5964abff334b56b0a989cb1c Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 27 May 2023 06:35:52 +0000 Subject: [PATCH] Use dehnerts.com hostnames, not mit.edu We trust the SSH CA for dehnerts.com, not mit.edu, so this avoids host key verification failed errors. I think the motivation not to do this was DNS downtime, but hopefully we can solve that with redundant DNS. --- local.d/roost-api.cfg | 2 +- local.d/virunga.cfg | 2 +- local.d/wieliczka.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/local.d/roost-api.cfg b/local.d/roost-api.cfg index 2b2bffc..362f352 100644 --- a/local.d/roost-api.cfg +++ b/local.d/roost-api.cfg @@ -1,7 +1,7 @@ define host{ use adehnert-host ; Name of host template to use host_name roost-api - address adehnert-roost-api.mit.edu + address adehnert-roost-api.dehnerts.com } define service { diff --git a/local.d/virunga.cfg b/local.d/virunga.cfg index 01700bf..901e20b 100644 --- a/local.d/virunga.cfg +++ b/local.d/virunga.cfg @@ -1,7 +1,7 @@ define host{ use adehnert-host ; Name of host template to use host_name virunga - address virunga.mit.edu + address virunga.dehnerts.com } define service { diff --git a/local.d/wieliczka.cfg b/local.d/wieliczka.cfg index 0f53805..6473a93 100644 --- a/local.d/wieliczka.cfg +++ b/local.d/wieliczka.cfg @@ -1,7 +1,7 @@ define host{ use adehnert-host ; Name of host template to use host_name wieliczka - address wieliczka.mit.edu + address wieliczka.dehnerts.com } define service { -- 2.34.1