11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
# Needed for https://stackoverflow.com/questions/27566999/git-with-intellij-idea-could-not-read-from-remote-repository
|
|
Host *
|
|
AddKeysToAgent yes
|
|
UseKeychain yes
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
IdentityFile ~/.ssh/id_rsa
|
|
ServerAliveInterval 3600
|
|
|
|
Match all
|
|
Include banyan.config
|