X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=remote%2Fssh;h=ae88a3be336c70d70e6a56a00141c6d80c1c4331;hp=2bacc68e22b9df386cef7008c52f547baab49340;hb=HEAD;hpb=1908ea4d1b60d514c11afbbc1a7f5c8e14a4f030 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 \