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:
parent
6799a8ce25
commit
9985bd4a9e
1 changed files with 15 additions and 0 deletions
|
@ -2,6 +2,10 @@ OpenSSH Server
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Ansible role to configure the OpenSSH `ssh` 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
|
Variables
|
||||||
|
@ -9,6 +13,17 @@ Variables
|
||||||
|
|
||||||
* `restrict_allow_users`: enable the `AllowUsers` and `AllowGroups` options.
|
* `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
|
Files
|
||||||
-----
|
-----
|
Loading…
Reference in a new issue