mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
20 lines
395 B
Markdown
20 lines
395 B
Markdown
OpenSSH Server
|
|
==============
|
|
|
|
Ansible role to configure the OpenSSH `ssh` server.
|
|
|
|
|
|
Variables
|
|
---------
|
|
|
|
* `sshd_allow_users` (default `[root]`):
|
|
List of users for the `AllowUsers` keyword
|
|
|
|
* `sshd_allow_groups` (default `[root]`):
|
|
List of groups for the `AllowGroups` keyword
|
|
|
|
|
|
References
|
|
----------
|
|
|
|
* [Secure Secure Shell](https://stribika.github.io/2015/01/04/secure-secure-shell.html)
|