From de6684392cd6dcfdb923a32df26914d42fdf9de1 Mon Sep 17 00:00:00 2001
From: Tony Duckles <tony@nynim.org>
Date: Sat, 9 Dec 2023 11:48:05 -0600
Subject: [PATCH] .ssh/config-aether: Use old key-algo for
 callisto.adm.nynim.org

---
 .ssh/config-aether | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.ssh/config-aether b/.ssh/config-aether
index d04481d..7797953 100644
--- a/.ssh/config-aether
+++ b/.ssh/config-aether
@@ -1,3 +1,8 @@
 Host corvus.nynim.org
   Port 122
   User tony
+
+Host callisto.adm.nynim.org
+  Port 22
+  User root
+  KexAlgorithms diffie-hellman-group1-sha1
-- 
2.47.2