From 1f59077a7fc146df182383570dc6a4116568b951 Mon Sep 17 00:00:00 2001 From: Terry Derks Date: Mon, 5 May 2025 01:09:27 -0400 Subject: [PATCH] ed25519 --- ssh/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/map.jinja b/ssh/map.jinja index c404e27..59c57bf 100644 --- a/ssh/map.jinja +++ b/ssh/map.jinja @@ -8,7 +8,7 @@ 'HostName': 'kpi.keiran.us', 'User': restic_repo.split(':')[1], 'Port': 9022, - 'IdentityFile': '/root/.ssh/id_rsa', + 'IdentityFile': '/root/.ssh/id_ed25519', } } }