Remove user id 1000

0

Hi ladies/gentlemen,

I am in curious trouble here. We have a system that is installed by script it mandatory requires exclusivity over id 1000 on /etc/passwd.

Yes, you understand right, I have to remove ec2-user from my linux box.

I know, that I just need to run "deluser ec2-user" and "voi lá", but which impacts it will cause me on the future?

Is it safe, or it better to ask to mantainers to change their software?

Regards,

已提问 2 年前685 查看次数
1 回答
2
已接受的回答

You are free to repurpose the default ec2-user account as you wish. If you would like to create a different user ID for the purpose of logging in, you can do so. You'll just need to ensure that the user's home directory is set up and has the appropriate public ssh keys listed in its $HOME/.ssh/authorized-keys file.

In fact, if you run AWS Systems Manager Session Manager on your EC2 instance, you don't need to use ssh to log in at all; you can use Session Manager to log in. Session Manager uses a different user ID for logins (ssm-user, id 1001).

AWS
专家
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则