From acce937dcd8ab5c435cb5cd03ca479f2e5f69683 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Nov 2020 03:22:10 -0500 Subject: [PATCH] ssh_config: use better control path --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 4c451f8..abf834d 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,7 +4,7 @@ #Host * # ControlMaster auto -# ControlPath ~/.ssh/cm_socket/%r@%h:%p +# ControlPath ~/.ssh/master-%C Host localhost StrictHostKeyChecking no -- 2.39.2