Move sockets to a directory that exists
This commit is contained in:
parent
312f158ad4
commit
ee4895917f
|
@ -91,7 +91,7 @@
|
|||
enable = true;
|
||||
compression = true;
|
||||
controlMaster = "auto";
|
||||
controlPath = "~/.ssh/sockets/socket-%r@%h:%p";
|
||||
controlPath = "~/.ssh/socket-%r@%h:%p";
|
||||
controlPersist = "1m";
|
||||
forwardAgent = true;
|
||||
matchBlocks = {
|
||||
|
|
Loading…
Reference in a new issue