Update .ssh/config
This commit is contained in:
parent
2edce3464e
commit
a7b3b5ca0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user