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