Secure Centos 7
Secure Centos 7
# adduser someWeirdName
# passwd someWeirdName
To disable remote root logins, we need to find the line that looks like this:
PermitRootLogin yes
PermitRootLogin no
Sugerencia: antes de cerrar la sesión, asegúrese de poder iniciar sesión en el servidor con el
nuevo usuario creado.