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