Update .ssh/config

This commit is contained in:
Kasper Juul Hermansen 2023-07-25 12:43:24 +02:00
parent 2edce3464e
commit a7b3b5ca0f
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -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