Update .ssh/config
This commit is contained in:
parent
2edce3464e
commit
a7b3b5ca0f
@ -1,12 +1,12 @@
|
|||||||
Host github.com
|
Host github.com
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
{{ if .homebrew -}}
|
{{ if .homebrew -}}
|
||||||
UseKeychain yes
|
UseKeychain yes
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
IdentityFile ~/.ssh/github
|
IdentityFile ~/.ssh/github
|
||||||
|
|
||||||
Host ssh.dev.azure.com
|
Host ssh.dev.azure.com
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/id_lendify
|
IdentityFile ~/.ssh/id_lendify
|
||||||
HostkeyAlgorithms +ssh-rsa
|
HostkeyAlgorithms +ssh-rsa
|
||||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||||
|
Loading…
Reference in New Issue
Block a user