From 9985bd4a9ea318361b900884d69feddc5da9781c Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 12 Nov 2018 21:37:43 +0100 Subject: [PATCH] Update README --- readme.md => README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) rename readme.md => README.md (58%) diff --git a/readme.md b/README.md similarity index 58% rename from readme.md rename to README.md index bafeabe..5403255 100644 --- a/readme.md +++ b/README.md @@ -2,6 +2,10 @@ OpenSSH Server ============== Ansible role to configure the OpenSSH `ssh` server. +Use Eliptic cureve cryptografie for your ssh keys e.g.: +```bash +ssh-keygen -t ed25519 +``` Variables @@ -9,6 +13,17 @@ Variables * `restrict_allow_users`: enable the `AllowUsers` and `AllowGroups` options. ++ `users`: which user is allowed to login. + +Example config: +```bash +users: + l3d: + - l3d + ottojo: + - ottojo@uni + - ottojo@home +``` Files -----