100 Days of Devops - Task 1

I have just completed the task 1 by successfully creating an user with non interactive login rights. I am not sure why it says the task is not completed.

Can anyone help me with this? Any review will be highly appreciated.

HI @namit_ranjan

Can you share the lab URL?

EDIT: Check this and see if this is from the same lab

Hi @namit_ranjan

SSH into the specific App server that they have mentioned in the task description and then run the command in there.

Here are the server details that you need to select from either 1, 2 or 3

So you need to run:

  1. ssh username@IP from the above screenshot. It will ask for the password which is also given in the screenshot
  2. Run the useradd command once you’re loggen in the server.

Thanks

1 Like

This seems to be it; although the task asks you to create a user john, which also may be why the task did not verify for @namit_ranjan.

Hi, @namit_ranjan the following steps should resolve your issue

ssh steve@stapp02 (enter the password for steve user)
sudo -i (again enter the password for steve user)
useradd amar -s /sbin/login

refer this link for usernames and passwords for different servers within nautilus

1 Like

Thanks, i had the same problem too, your solution worked