From 16f91967c4bc186847763efe4fe6b3a9fdfd8324 Mon Sep 17 00:00:00 2001 From: Sam Greytalon Date: Thu, 3 Aug 2023 15:38:25 -0700 Subject: [PATCH] ssh: move to ed25519 keys --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 2a9c537..bc41958 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,4 +4,4 @@ Host * IgnoreUnknown UseKeychain UseKeychain yes AddKeysToAgent yes - IdentityFile ~/.ssh/id_rsa + IdentityFile ~/.ssh/id_ed25519