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, 0 insertions, 3 deletions
diff --git a/bin/batchssh b/bin/batchssh
deleted file mode 100755
index e60da7d..0000000
--- a/bin/batchssh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec ssh -o StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=2 "$@"