[dak/master] ssh config: revert using persistent connections
It causes issues with multiple forced commands that in the current
configuration share the same ControlPath.
---
config/homedir/ssh/ftpmaster-config | 3 ---
1 file changed, 3 deletions(-)
diff --git a/config/homedir/ssh/ftpmaster-config b/config/homedir/ssh/ftpmaster-config
index e895fee..ccad54d 100644
--- a/config/homedir/ssh/ftpmaster-config
+++ b/config/homedir/ssh/ftpmaster-config
@@ -9,9 +9,6 @@ ForwardAgent no
StrictHostKeyChecking yes
PasswordAuthentication no
BatchMode yes
-ControlMaster auto
-ControlPath ~/.ssh_pipe_%h_%p_%r
-ControlPersist yes
Host bugs-sync
Hostname bugs-master.debian.org
--
2.1.4
Reply to: