Modification : vm_host{,ed} : paravirtualised machine (PV).
[lhc/ateliers.git] / vm_ssh
diff --git a/vm_ssh b/vm_ssh
new file mode 100755 (executable)
index 0000000..d1c0c51
--- /dev/null
+++ b/vm_ssh
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e -f ${DRY_RUN:+-n} -u
+tool=${0%/*}
+ssh \
+ -o StrictHostKeyChecking=yes \
+ -o UserKnownHostsFile="$tool"/key/ssh.known_hosts \
+ "$@"