From 84e0620a2620769e49d8bd1a2012641612479a05 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 27 Nov 2022 09:42:00 -0300 Subject: src/infrastructure/ssh.conf: Store conn socket in $XDG_STATE_HOME --- src/infrastructure/ssh.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/infrastructure') diff --git a/src/infrastructure/ssh.conf b/src/infrastructure/ssh.conf index 9da47d6..0b0c78a 100644 --- a/src/infrastructure/ssh.conf +++ b/src/infrastructure/ssh.conf @@ -2,7 +2,7 @@ Host * ServerAliveInterval 30 ServerAliveCountMax 20 ControlMaster auto - ControlPath ${XDG_CACHE_HOME}/ssh/conn/%r@%h:%p + ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p ControlPersist 1h Host suyin -- cgit v1.2.3