From 9ef35aee1cebdb43c7568138fc822c8acd800cbe Mon Sep 17 00:00:00 2001 From: starr-dusT Date: Mon, 9 Jan 2023 17:28:01 -0800 Subject: [PATCH] Update paths for ssh keys --- home/dot_gitconfig | 2 +- home/private_dot_ssh/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/dot_gitconfig b/home/dot_gitconfig index 4f9760aa..fd19cbbf 100644 --- a/home/dot_gitconfig +++ b/home/dot_gitconfig @@ -8,7 +8,7 @@ user = "starr-dusT" [core] - sshCommand = "ssh -i ~/.ssh/personal_github" + sshCommand = "ssh -i ~/.ssh/keys/personal_github" [includeIf "gitdir:~/devel/work/**"] path = ~/devel/work/.gitconfig.work diff --git a/home/private_dot_ssh/config b/home/private_dot_ssh/config index 5b1ab8fb..d3774cce 100644 --- a/home/private_dot_ssh/config +++ b/home/private_dot_ssh/config @@ -1,3 +1,3 @@ Host * AddKeysToAgent yes - IdentityFile ~/.ssh/github_personal + IdentityFile ~/.ssh/keys/github_personal