Correction : {host,local,remote}/ : duplicity + MySQL.
[lhc/ateliers.git] / lib / ssh
diff --git a/lib/ssh b/lib/ssh
deleted file mode 100755 (executable)
index 2ebd542..0000000
--- a/lib/ssh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -eux
-tool=${0%/*}/..
-ssh \
- -o StrictHostKeyChecking=yes \
- -o UserKnownHostsFile="$tool"/etc/openssh/known_hosts \
- -o HashKnownHosts=no \
- "$@"