diff options
author | Franck Cuny <franck@lumberjaph.net> | 2015-07-06 11:46:36 -0700 |
---|---|---|
committer | Franck Cuny <franck@lumberjaph.net> | 2015-07-06 11:46:36 -0700 |
commit | 3d10fafdfc888b43d91aebf45cb6022f4f3c3203 (patch) | |
tree | 61bd8c8475beaa5f86f2e78d1e4d3b7ea625eb84 /bin/batchssh | |
parent | create repository (diff) | |
download | emacs.d-3d10fafdfc888b43d91aebf45cb6022f4f3c3203.tar.gz |
configuration files
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 "$@" |