From a7b3b5ca0f26f6cfa9ee6b714ffd00933306e5e9 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 25 Jul 2023 12:43:24 +0200 Subject: [PATCH] Update .ssh/config --- private_dot_ssh/private_executable_config.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private_dot_ssh/private_executable_config.tmpl b/private_dot_ssh/private_executable_config.tmpl index 15459c9..762df0d 100644 --- a/private_dot_ssh/private_executable_config.tmpl +++ b/private_dot_ssh/private_executable_config.tmpl @@ -1,12 +1,12 @@ Host github.com - ForwardAgent yes + ForwardAgent yes {{ if .homebrew -}} UseKeychain yes {{ end -}} IdentityFile ~/.ssh/github Host ssh.dev.azure.com - IdentitiesOnly yes + IdentitiesOnly yes IdentityFile ~/.ssh/id_lendify HostkeyAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa