summary refs log tree commit diff
path: root/bin/batchssh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/batchssh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/batchssh b/bin/batchssh
new file mode 100755
index 0000000..e60da7d
--- /dev/null
+++ b/bin/batchssh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec ssh -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=2 "$@"