summary refs log tree commit diff
path: root/bin/batchssh
diff options
context:
space:
mode:
authorFranck Cuny <franck@lumberjaph.net>2015-07-06 11:46:36 -0700
committerFranck Cuny <franck@lumberjaph.net>2015-07-06 11:46:36 -0700
commit3d10fafdfc888b43d91aebf45cb6022f4f3c3203 (patch)
tree61bd8c8475beaa5f86f2e78d1e4d3b7ea625eb84 /bin/batchssh
parentcreate repository (diff)
downloademacs.d-3d10fafdfc888b43d91aebf45cb6022f4f3c3203.tar.gz
configuration files
Diffstat (limited to 'bin/batchssh')
-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 "$@"