From dc4f2ea4a031b39f0737de3d6ab382284e12bc1d Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 17 Oct 2022 13:26:54 -0700 Subject: [PATCH] ssh config looks in .ssh by default --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 3874a6e..d80272f 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,4 +1,4 @@ -Include ~/.ssh/config.local +Include config.local TCPKeepALive yes ServerAliveInterval 60