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