Skip to content

Users

Create Users

Administrator

adduser nimda
BbWEikvW6RC-bLD
usermod -aG sudo nimda
sudo chage -E "$(date -d "+365days" +%F)" nimda
sudo chage -m 0 -M 365 -W 7 -I 14 nimda

Theo Kleijkers

adduser tkhrl
VV-rTsa9RV
usermod -aG sudo tkhrl
sudo chage -E "$(date -d "+365days" +%F)" tkhrl
sudo chage -m 0 -M 365 -W 7 -I 14 tkhrl

Lynis

adduser lynis
voTK3Ki*x2*zXr
usermod -aG sudo lynis
sudo chage -E "$(date -d "+365days" +%F)" lynis
sudo chage -m 0 -M 365 -W 7 -I 14 lynis

Furkan Fındıkoglu

adduser furkan
jLfJxpE-7jBwtK
usermod -aG sudo furkan
sudo chage -E "$(date -d "+365days" +%F)" furkan
sudo chage -m 0 -M 365 -W 7 -I 14 furkan

Application User

adduser appsrv
cHdpJP4fy-22vU
usermod -aG sudo appsrv
sudo chage -E "$(date -d "+365days" +%F)" appsrv
sudo chage -m 0 -M 365 -W 7 -I 14 appsrv

Berke Sahin

adduser berke
GwfF3G-h7UgFt7
usermod -aG sudo berke
sudo chage -E "$(date -d "+365days" +%F)" berke
sudo chage -m 0 -M 365 -W 7 -I 14 berke

Create /etc/sudoers.d/sudousers for no password

# User privilege specification
nimda ALL=(ALL:ALL) NOPASSWD: ALL
lynis ALL=(ALL:ALL) NOPASSWD: ALL
tkhrl ALL=(ALL:ALL) NOPASSWD: ALL
furkan ALL=(ALL:ALL) NOPASSWD: ALL
berke ALL=(ALL:ALL) NOPASSWD: ALL