aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-25 00:06:14 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-25 00:06:57 +0100
commit6858039653e54220df4259467d01b8b50288c137 (patch)
treeb2156347be64789d2e11edcb7963953be3f1e4e6 /%HOME%
parent.gitconfig: fix whitespace (diff)
downloadlinux-home-6858039653e54220df4259467d01b8b50288c137.tar.gz
linux-home-6858039653e54220df4259467d01b8b50288c137.zip
ssh: add UseKeychain for macOS
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.ssh/config4
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.