From f27db579c6cc25760463380484fa913e3dcd6b00 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 9 Jan 2018 08:35:19 +0200 Subject: [PATCH] Use the hash since it's always 40 characters long and won't hit the maximum length of system pathname. --- .ssh/config.d/10_global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config.d/10_global b/.ssh/config.d/10_global index 4f5cda4..7dd008d 100644 --- a/.ssh/config.d/10_global +++ b/.ssh/config.d/10_global @@ -1,6 +1,6 @@ Compression yes ControlMaster auto -ControlPath ~/.ssh/%r@%h:%p.sock +ControlPath ~/.ssh/%C.sock ControlPersist 3m ServerAliveInterval 30 IdentitiesOnly yes -- GitLab