aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-27 09:42:00 -0300
committerEuAndreh <eu@euandre.org>2022-11-27 09:42:00 -0300
commit84e0620a2620769e49d8bd1a2012641612479a05 (patch)
treefee14959a7174a7b78dec5bdf02e30d477b03793
parentMakefile: Revert from toph.wg to toph (diff)
downloadserver-84e0620a2620769e49d8bd1a2012641612479a05.tar.gz
server-84e0620a2620769e49d8bd1a2012641612479a05.tar.xz
src/infrastructure/ssh.conf: Store conn socket in $XDG_STATE_HOME
-rw-r--r--src/infrastructure/ssh.conf2
1 files changed, 1 insertions, 1 deletions
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