Use dehnerts.com hostnames, not mit.edu
authorAlex Dehnert <alex@dehnerts.com>
Sat, 27 May 2023 06:35:52 +0000 (06:35 +0000)
committerAlex Dehnert <alex@dehnerts.com>
Sat, 27 May 2023 06:36:42 +0000 (06:36 +0000)
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
local.d/virunga.cfg
local.d/wieliczka.cfg

index 2b2bffc1f9c0a9091f92d35fb66c3517dc02fd2b..362f352cea71300188ec79f999e3a7e20c6571f0 100644 (file)
@@ -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 {
index 01700bf4c11b22f092163a6b9a68839d0fca127e..901e20b51a2d10827e19bf9f3f4955b77bad1c14 100644 (file)
@@ -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 {
index 0f538052a5cd20807a8aa9ceb6bf215f607fb648..6473a93bc633c0765244f9e1283e01b396a0c21e 100644 (file)
@@ -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 {