X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=remote%2Fssh;fp=remote%2Fssh;h=ae88a3be336c70d70e6a56a00141c6d80c1c4331;hp=2bacc68e22b9df386cef7008c52f547baab49340;hb=b1959d9495c8be1d6a6894d564a3abcfc04c28ce;hpb=2b1cece7f63f4a8a2816277462fadbc58d690d23 diff --git a/remote/ssh b/remote/ssh index 2bacc68..ae88a3b 100755 --- a/remote/ssh +++ b/remote/ssh @@ -8,7 +8,7 @@ install -d -m 770 \ ssh \ -F "$tool"/etc/ssh/remote.conf \ -o ControlMaster=autoask \ - -o ControlPath="$tool"/var/run/ssh/"%h-%p-%r" \ + -o ControlPath=/tmp/"%h-%p-%r" \ -o HashKnownHosts=no \ -o StrictHostKeyChecking=yes \ -o UserKnownHostsFile="$tool"/etc/ssh/known_hosts \