mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
Merge branch 'main' of github.com:roles-ansible/ansible_role_sshd
This commit is contained in:
commit
0bab1c46ed
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -1,13 +1,18 @@
|
||||||
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_sshd/main/.github/galaxy.svg?sanitize=true)](https://galaxy.github.com/do1jlr/sshd) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_sshd/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_sshd/blob/main/LICENSE)
|
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_sshd/main/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/sshd) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_sshd/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_sshd/blob/main/LICENSE)
|
||||||
|
|
||||||
OpenSSH Server
|
OpenSSH Server
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Ansible role to configure the OpenSSH `ssh` server.
|
Ansible role to configure the OpenSSH Server ``SSHD``.
|
||||||
Use Eliptic cureve cryptografie for your ssh keys e.g.:
|
The main goal of this role is to manage the sshd.conf file. And some additional parts like deploying the defined ssh host keys at the configured path.
|
||||||
|
|
||||||
|
Pro Tipp
|
||||||
|
----------------
|
||||||
|
Use Eliptic cureve cryptografie for your ssh keys:
|
||||||
```bash
|
```bash
|
||||||
ssh-keygen -t ed25519
|
ssh-keygen -t ed25519
|
||||||
```
|
```
|
||||||
|
*The defualt values of this role will only allow ed25519 keys. But you can change that obviously if you like.*
|
||||||
|
|
||||||
combinations
|
combinations
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in a new issue