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