1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00
ansible_role_sshd/readme.md

21 lines
395 B
Markdown
Raw Normal View History

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)