Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Provide option to allow password server login #106

Closed
colin-nolan opened this issue Apr 22, 2017 · 2 comments
Closed

Provide option to allow password server login #106

colin-nolan opened this issue Apr 22, 2017 · 2 comments

Comments

@colin-nolan
Copy link
Contributor

Currently, password based authentication is disabled with no setting to enable it:
https://github.com/dev-sec/ansible-ssh-hardening/blob/master/templates/opensshd.conf.j2#L133-L134

It would be nice if there was a ssh_server_password_login setting (which could default to false).

@colin-nolan
Copy link
Contributor Author

WIP.

@rndmh3ro
Copy link
Member

Should be in the style like the other yes/no variables, see for example: https://github.com/dev-sec/ansible-ssh-hardening/blob/master/templates/opensshd.conf.j2#L131

UsePAM {{ 'yes' if ssh_use_pam else 'no' }}

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

2 participants