dotfiles/private_dot_ssh/config

7 lines
216 B
Plaintext
Raw Normal View History

2019-03-01 08:47:48 +00:00
# Needed for https://stackoverflow.com/questions/27566999/git-with-intellij-idea-could-not-read-from-remote-repository
2019-03-01 08:17:42 +00:00
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
2019-06-16 17:58:17 +00:00
ServerAliveInterval 60