dotfiles/private_dot_ssh/config

8 lines
249 B
Plaintext
Raw Normal View History

2020-02-15 14:16:45 +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
2019-07-29 08:17:42 +00:00
IdentityFile ~/.ssh/id_ed25519
2019-03-01 08:17:42 +00:00
IdentityFile ~/.ssh/id_rsa
2019-06-17 09:15:20 +00:00
ServerAliveInterval 3600