I have an ec2 instance using elastic beanstalk (in production). I am looking to have multiple users ssh into the ec2 instance without sharing the same keys.
I came across this answer Multiple Keys for EB instance. This solution has people ssh using different keys, however, the problem is that they all ssh into ec2-user.
My question is, can people directly ssh into their particular linux user without having to go to the ec2-user first? If so, how could i set this up?
I am new using AWS EB and ssh in general. Please let me know if i am misunderstanding anything.