cloudmesh / cloudmesh-cloud

Multicloud Cloudmesh Plugins for cloudmesh cmd5 CMD
https://cloudmesh.github.io/cloudmesh-manual
Apache License 2.0
2 stars 27 forks source link

aws pem key vs ssh key #258

Closed pullakhandam closed 4 years ago

pullakhandam commented 4 years ago

this seems to be a bug in the specification of ssh key in cloudmesh.yaml in aws as we use EC2_PRIVATE_KEY_FILE_PATH: ~/.cloudmesh/aws_cert.pem EC2_PRIVATE_KEY_FILE_NAME: aws_cert it should be EC2_PRIVATE_KEY_FILE_PATH: ~/.cloudmesh/ EC2_PRIVATE_KEY_FILE_NAME: id_rsa.pub

laszewsk commented 4 years ago

we changed this to id_rsa