ansible-user icon indicating copy to clipboard operation
ansible-user copied to clipboard

Create and configure a user for SSH key based logins and passwordless sudo.

Results 3 ansible-user issues
Sort by recently updated
recently updated
newest added

First of all many thanks for your time and for sharing your knowledge. Please review the pull request, I've just tested partially. Removed leading character '%' from line being added...

``` user_local_ssh_key_path: "~/.ssh/id_rsa.pub" ``` It would be helpful if we could specify multiple keys, or write the `authorized_keys` inline.

Hello, Would you consider adding a random password to the user creation 'cause otherwise the account is locked and passwordless keys will not work. Try this role and then `dev-sec.ssh-hardening`....