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

Expand description in README

This commit is contained in:
Lilian Roller 2019-11-14 10:36:18 +01:00
parent 1234ec9652
commit 22f18c6928
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -7,6 +7,14 @@ Use Eliptic cureve cryptografie for your ssh keys e.g.:
ssh-keygen -t ed25519
```
combinations
---------------
It is highly recomended to use this role together with a role to manage users and to manage the sshd configuration.<br/>
The following roles are tested in combination and work well - at least for the user [DO1JLR](https://github.com/do1jlr):
- [github.com/chaos-bodensee/role-manage_users](https://github.com/chaos-bodensee/role-manage_users.git)
- [github.com/chaos-bodensee/role-ssh_authorized_keys](https://github.com/chaos-bodensee/role-ssh_authorized_keys.git)
- [github.com/chaos-bodensee/role_sshd](https://github.com/chaos-bodensee/role_sshd.git) *(this one)*
Some Variables explained
------------------------------
@ -43,7 +51,6 @@ users:
-> This means l3d and ottojo are able to login.
Files
-----