Modification : vm_{host,hosted,remote} -> {host,local,remote}/ .
[lhc/ateliers.git] / remote / ssh-update-known-hosts
diff --git a/remote/ssh-update-known-hosts b/remote/ssh-update-known-hosts
new file mode 100755 (executable)
index 0000000..33b75de
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh -eux
+tool=$(readlink -e "${0%/*}/..")
+. "$tool"/remote/lib.sh
+
+"$tool"/remote/ssh \
+ -o CheckHostIP=no \
+ -o HashKnownHosts=no \
+ -o StrictHostKeyChecking=no \
+ whoami