diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/batchssh | 3 |
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 "$@" |