From 3d10fafdfc888b43d91aebf45cb6022f4f3c3203 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 6 Jul 2015 11:46:36 -0700 Subject: configuration files --- bin/batchssh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/batchssh (limited to 'bin/batchssh') 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 "$@" -- cgit 1.4.1