From 6858039653e54220df4259467d01b8b50288c137 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 25 Jan 2023 00:06:14 +0100 Subject: ssh: add UseKeychain for macOS --- %HOME%/.ssh/config | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3