From ddf75820ff9e55e4874b4ac12c30836c46772ae3 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 2 Dec 2021 09:09:39 -0700 Subject: [PATCH] include macos config later in config --- .ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ssh/config b/.ssh/config index 51bd2e4..9320964 100644 --- a/.ssh/config +++ b/.ssh/config @@ -3,12 +3,12 @@ AddKeysToAgent yes VerifyHostKeyDNS yes -# for secretive -Include ~/.ssh/macos - Host * controlmaster auto controlpath /tmp/ssh-%r@%h:%p Include ~/.ssh/host_config +# for secretive +Include ~/.ssh/macos +