diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-25 00:06:14 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-25 00:06:57 +0100 |
commit | 6858039653e54220df4259467d01b8b50288c137 (patch) | |
tree | b2156347be64789d2e11edcb7963953be3f1e4e6 /%HOME%/.ssh/config | |
parent | .gitconfig: fix whitespace (diff) | |
download | linux-home-6858039653e54220df4259467d01b8b50288c137.tar.gz linux-home-6858039653e54220df4259467d01b8b50288c137.zip |
ssh: add UseKeychain for macOS
Diffstat (limited to '')
-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. |