From faf3e58c0c9e8bf3a709ff999597fca5e51fe4f4 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 14 Jul 2020 15:55:10 +0100 Subject: [PATCH] Add more SSH config items --- ssh/.ssh/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 14e17db..1c97709 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -3,6 +3,7 @@ AddKeysToAgent yes Host github.com User git + ControlPersist 120 Host *.home.tensixtyone.com ForwardAgent yes @@ -18,5 +19,9 @@ Host * ForwardX11 no ForwardX11Trusted no Protocol 2 + TCPKeepAlive yes ServerAliveInterval 60 ServerAliveCountMax 30 + ControlMaster auto + ControlPath ~/.ssh/control/%r@%h:%p + ControlPersist 1800 \ No newline at end of file