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:
parent
1234ec9652
commit
22f18c6928
1 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,14 @@ Use Eliptic cureve cryptografie for your ssh keys e.g.:
|
||||||
ssh-keygen -t ed25519
|
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
|
Some Variables explained
|
||||||
------------------------------
|
------------------------------
|
||||||
|
@ -43,7 +51,6 @@ users:
|
||||||
-> This means l3d and ottojo are able to login.
|
-> This means l3d and ottojo are able to login.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Files
|
Files
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue