mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
fix typo
This commit is contained in:
parent
0bab1c46ed
commit
49ab162283
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ users:
|
|||
```
|
||||
|
||||
+ **Advanced SSH Algorithm Settings**<br/>
|
||||
You can define the used Key and Key Algorithm here to. For the default values and some examples for the variables ``sshd__key_algorithmus`` and ``sshd__kex_algorithmus`` have a look into ``defaults/main.yml``.
|
||||
You can define the used Key and Kex Algorithm here to. For the default values and some examples for the variables ``sshd__key_algorithmus`` and ``sshd__kex_algorithmus`` have a look into ``defaults/main.yml``.
|
||||
|
||||
|
||||
+ **force new SSH Features**<br/>
|
||||
|
|
Loading…
Reference in a new issue