SSH config for keeping idle connections alive, and to automatically add ssh key to agent.
Host * | |
ServerAliveInterval 60 | |
AddKeysToAgent yes | |
UseKeychain yes | |
IdentityFile ~/.ssh/id_rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment