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,

posta 2 anni fa685 visualizzazioni
1 Risposta
2
Risposta accettata

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
ESPERTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande