I have Spun up Aws EC2 Ubuntu 18.0 instance I have installed python.
My requirements are.
- I want to create multiple logins up to 50. login will happen simultaneously so VM must support multiple login
- I want the users to login with the same
".ppkfile"and samepublic i/pbut instead of logging in as root user.they need to login with their user names. - the installed python must be accessible for all 50 users.
Is there a way that I can achieve this? Kindly suggest me on how to proceed?