From bbd2ee6851776b2e63a644a42e92e521f047e326 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 30 Sep 2020 12:33:44 -0700 Subject: include config_priv ssh settings --- .ssh/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ssh/config b/.ssh/config index 21246f82..1f68e43a 100644 --- a/.ssh/config +++ b/.ssh/config @@ -136,6 +136,9 @@ HostName login.chiark.greenend.org.uk ### global settings +Match all +Include config_priv + Host * #Compression yes ControlMaster auto -- cgit v1.2.3