From 03c02584bf39be8aa4539b39b3ee6524bcbbfc18 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Tue, 29 May 2018 12:04:38 +1200 Subject: SSH: Add .ssh/config Signed-off-by: Mike Beattie --- .ssh/config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .ssh/config diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..505b397 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,13 @@ +Include config.local + +host *.debian.org *.samba.org + ForwardAgent no + +host * + ControlMaster auto + ControlPath ~/.ssh/master-%r@%h:%p + compression yes + ForwardAgent yes + ForwardX11 yes + HashKnownHosts no + -- cgit v1.2.3