Trying to create a new user and password for server login . SSH permission denied error.

12 views
Skip to first unread message

poojavenk...@gmail.com

unread,
Apr 12, 2018, 2:33:39 PM4/12/18
to Ansible Project
Hi, 


I am trying to create a new user and password for the server login. The user is created in /etc/passwd and also I can see the password entry in /etc/shadow however when I try to ssh through the new user I cannot login into the sever. What steps are missing in the following code.



---
- hosts: local host
vars:
username: random
vars_prompt:
- name: "user_passwd"
prompt: "Enter a password for the user"
private: yes
tasks:
- name: Add a new user
become: yes
user:
name: '{{ username }}'
shell: /bin/bash
group: sudo
state: present
createhome: yes









POOJA VENKATESH

unread,
Apr 12, 2018, 5:08:35 PM4/12/18
to ansible...@googlegroups.com
Hi, 


I am trying to create a new user and password for the server login. The user is created in /etc/passwd and also I can see the password entry in /etc/shadow however when I try to ssh through the new user I cannot login into the server. What steps are missing in the following code?

Biswadip Dutta

unread,
Apr 13, 2018, 2:23:15 AM4/13/18
to ansible...@googlegroups.com
This might be helpful for you

Regards,
Biswadip Dutta

--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAAGG3SAALojkjpgNW%3DcEUt7_wi%2Bdd40CGc_-3LiYJTtYUKaTPA%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages