diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/ssh.conf | 2 |
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 |