Polissage.
[lhc/ateliers.git] / lib / ssh
diff --git a/lib/ssh b/lib/ssh
new file mode 100755 (executable)
index 0000000..e39d9b1
--- /dev/null
+++ b/lib/ssh
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e -f ${DRY_RUN:+-n} -u
+tool=${0%/*}
+ssh \
+ -o StrictHostKeyChecking=yes \
+ -o UserKnownHostsFile=etc/openssh/known_hosts \
+ -o HashKnownHosts=no \
+ "$@"