Donal Evans created GEODE-7154: ---------------------------------- Summary: Scripts fail with "Too many authentication failures" Key: GEODE-7154 URL: https://issues.apache.org/jira/browse/GEODE-7154 Project: Geode Issue Type: Bug Components: benchmarks Reporter: Donal Evans
When using the run_tests.sh script, the connection fails due to too many authentication failures, ultimately caused by offering too many authentication keys to the server: {noformat}./run_tests.sh -t pdxTestCluster --br DonalEvans/geode-benchmarks --bb feature/AddPdxTypeBenchmark --output ~/benchmarking/PDXTypeBenchmark/baseline -- --tests=CreatePdxFromJSONBenchmark FIRST_INSTANCE=52.43.142.66 HOSTS=172.31.45.135,172.31.42.61,172.31.40.26,172.31.44.175 Warning: Permanently added '52.43.142.66' (ECDSA) to the list of known hosts. Received disconnect from 52.43.142.66 port 22:2: Too many authentication failures Disconnected from 52.43.142.66 port 22{noformat} -- This message was sent by Atlassian Jira (v8.3.2#803003)