From 8c5c68cc1c1172e4f3255a5caf39bd2967e1be4e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 14 Jul 2020 17:36:37 +0100 Subject: [PATCH] Remove control connections from SSH --- ssh/.ssh/config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 1c97709..5219b07 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -3,7 +3,6 @@ AddKeysToAgent yes Host github.com User git - ControlPersist 120 Host *.home.tensixtyone.com ForwardAgent yes @@ -22,6 +21,3 @@ Host * TCPKeepAlive yes ServerAliveInterval 60 ServerAliveCountMax 30 - ControlMaster auto - ControlPath ~/.ssh/control/%r@%h:%p - ControlPersist 1800 \ No newline at end of file