From d9f6bbdadcbf7deecbae808df79faca7a51b8bd5 Mon Sep 17 00:00:00 2001 From: delucks Date: Tue, 16 Jun 2015 15:33:41 -0400 Subject: [PATCH] Added ssh options to multiplex channels to the same server --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d247fe5..f129d12 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,13 @@ Scope: Compression=yes ``` +- To lower network overhead, this `~/.ssh/config` contains settings to multiplex channels to the same server with a local control file: +``` + ControlMaster auto + ControlPath /tmp/%r@%h:%p + ControlPersist yes +``` + - A few other options relevant to ssh are security sensitive and should be enabled with care, e.g. per subnet or host or in trusted networks: `StrictHostKeyChecking=no`, `ForwardAgent=yes` - To get the permissions on a file in octal form, which is useful for system configuration but not available in `ls` and easy to bungle, use something like