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.
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.
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:
Thanks
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
Thanks, i had the same problem too, your solution worked