From f4f42cf08c0f4d51bbbd5339e27b0ea9e76b5581 Mon Sep 17 00:00:00 2001 From: William Ball Date: Fri, 26 Sep 2025 22:56:53 -0400 Subject: [PATCH] rename ssh key --- ssh/.ssh/config | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 880d1e9..a4ea546 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,18 +1,13 @@ -Host gh - User git - Hostname github.com - IdentityFile ~/.ssh/id_rsa-github - Host fg User git Hostname forgejo.ballcloud.cc - IdentityFile ~/.ssh/id_ed25519 + IdentityFile ~/.ssh/perga Port 222 Host server User wball Hostname ballcloud.cc - IdentityFile ~/.ssh/id_ed25519 + IdentityFile ~/.ssh/perga Host * IdentityAgent ~/.1password/agent.sock