X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=remote%2Fssh;fp=remote%2Fssh;h=2ebd54255ee1702c907e36c05a8d70c9b1b20abe;hp=0000000000000000000000000000000000000000;hb=3ad6118386977e346d81042e924e5db9c5f15b7d;hpb=22f04b9fac14adc3d3fc98273ba126c3a51792c3 diff --git a/remote/ssh b/remote/ssh new file mode 100755 index 0000000..2ebd542 --- /dev/null +++ b/remote/ssh @@ -0,0 +1,7 @@ +#!/bin/sh -eux +tool=${0%/*}/.. +ssh \ + -o StrictHostKeyChecking=yes \ + -o UserKnownHostsFile="$tool"/etc/openssh/known_hosts \ + -o HashKnownHosts=no \ + "$@"