diff options
Diffstat (limited to 'root/.ssh')
-rw-r--r-- | root/.ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/.ssh/config b/root/.ssh/config index 157a699..c85b2ee 100644 --- a/root/.ssh/config +++ b/root/.ssh/config @@ -1,4 +1,4 @@ Host * ControlMaster auto - ControlPath %d/.ssh/controlmasters/%r@%h:%p + ControlPath /tmp/%u-%r@%h:%p ControlPersist yes |