cassandra-test-and-deploy icon indicating copy to clipboard operation
cassandra-test-and-deploy copied to clipboard

Add new script setup-ssh-credentials.py

Open lmr opened this issue 9 years ago • 1 comments

We can remove the need to configure manually key files if we use the AWS API to create a file for us. This script creates the .pem files necessary for use with ssh agents.

Signed-off-by: Lucas Meneghel Rodrigues [email protected]

lmr avatar Dec 28 '15 21:12 lmr

@lmr looks good! Removing the need to provision your keys will simplify the usage by much. Can we take it a step further and store the keys in a way other scripts (e.g. ansible) will use?

Maybe we should use http://docs.ansible.com/ansible/ec2_key_module.html ?

tzach avatar Dec 29 '15 07:12 tzach