diff options
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index f0423ee..73533cd 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -1,5 +1,9 @@ AddKeysToAgent yes +# macOS stuff. +IgnoreUnknown UseKeychain +UseKeychain yes + # Make known_hosts actually readable. HashKnownHosts no # Don't verify localhost, duh. |