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

Update README

This commit is contained in:
L3D 2018-11-12 21:37:43 +01:00
parent 6799a8ce25
commit 9985bd4a9e
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -2,6 +2,10 @@ OpenSSH Server
==============
Ansible role to configure the OpenSSH `ssh` server.
Use Eliptic cureve cryptografie for your ssh keys e.g.:
```bash
ssh-keygen -t ed25519
```
Variables
@ -9,6 +13,17 @@ Variables
* `restrict_allow_users`: enable the `AllowUsers` and `AllowGroups` options.
+ `users`: which user is allowed to login.
Example config:
```bash
users:
l3d:
- l3d
ottojo:
- ottojo@uni
- ottojo@home
```
Files
-----