From 5e575e8f230996392b9735cd7fefd912ae9b53d4 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 13 Mar 2021 23:12:49 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d9f168..0def80c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ OpenSSH Server ============== -Ansible role to configure the OpenSSH `ssh` server. -Use Eliptic cureve cryptografie for your ssh keys e.g.: +Ansible role to configure the OpenSSH Server ``SSHD``. +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 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 ---------------