diff options
author | makefu <github@syntax-fehler.de> | 2015-12-23 16:02:58 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-23 16:02:58 +0100 |
commit | cf3391704d88c49afba652715e1153888bf46099 (patch) | |
tree | 28cd25915d09d3358b15a71872c94b8f69b71ff9 /krebs | |
parent | b8ac3e2b8dbb4835081370ca409fd8042f5b8359 (diff) |
k 5 test/infest*: remove batch mode from cac ssh call
this leads to "permission denied"
Diffstat (limited to 'krebs')
-rwxr-xr-x | krebs/5pkgs/test/infest-cac-centos7/notes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/5pkgs/test/infest-cac-centos7/notes b/krebs/5pkgs/test/infest-cac-centos7/notes index 1e350084c..5fd0cae61 100755 --- a/krebs/5pkgs/test/infest-cac-centos7/notes +++ b/krebs/5pkgs/test/infest-cac-centos7/notes @@ -53,7 +53,6 @@ wait_login_cac(){ for t in `seq 180`;do # now we have a working cac server if cac ssh $1 -o ConnectTimeout=10 \ - -o BatchMode=yes \ cat /etc/redhat-release | \ grep CentOS ;then return 0 |