couchbaselabs / sync-gateway-tests

Sync Gateway Functional Tests
3 stars 2 forks source link

Use centos user for AWS compatibility #56

Closed tleyden closed 8 years ago

tleyden commented 9 years ago

This repo nearly works against a cluster running on AWS, spawned via the create_and_instantiate_cluster.py script in perfcluster-aws, except for one thing: the scripts in this repo try login as root, but root login via SSH is not enabled on AWS for security reasons.

FIX: use the centos user instead.

Related jira ticket