Created
January 22, 2017 20:09
-
-
Save marhan/6e76e31254047fa85210a2727cc1c0ff to your computer and use it in GitHub Desktop.
MacOS Sierra asks every time for ssh password while connecting to other server via ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host * | |
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
Placed in ~/.ssh/