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 to configure and secure sshd and optional add a whitelist for users, groups and ssh keys.
Find a file
2018-03-07 03:37:10 +01:00
defaults Simple and secure openssh server configuration 2018-03-07 03:37:10 +01:00
handlers Simple and secure openssh server configuration 2018-03-07 03:37:10 +01:00
tasks Simple and secure openssh server configuration 2018-03-07 03:37:10 +01:00
templates Simple and secure openssh server configuration 2018-03-07 03:37:10 +01:00
readme.md Simple and secure openssh server configuration 2018-03-07 03:37:10 +01:00

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