I'm trying to logon to an EBElastic Beanstalkinstance.
eb ssh
I then get the error:
ERROR: NotFoundError - The EB CLI cannot find your SSH key file for keyname "myName". Your SSH key file must be located in the .ssh folder in your home directory.
In the root directory of my project I have a directory:
.ssh
In it I've placed myName.pem and also just myName no extension.
-----BEGIN RSA PRIVATE KEY-----
abunchofcharacters...blahblah
-----END RSA PRIVATE KEY----
I'm not sure why this is not working. Any ideas as to why?
home/user/.ssh/
– Claudine