From a311d0092427688013a79a2f7d2c54503586612e Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Wed, 30 Dec 2020 18:04:33 +0100 Subject: [PATCH] Fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0243c31..7dcff29 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## What's new :loudspeaker: **30/12/2020**: -* added support for standard home directory location for public keys (`$HOME/.ssh`). Set `$key_location=use_sshd` in `update_ssh.conf[.local]` with `AuthorizedKeysFile` set to the default value in `sshd_config` (or use the value `.ssh/authorized_keys`). *Caveat*: SSH Controls will not create parent nor intermediate directories in the public key file path if they are missing. +* added support for standard home directory location for public keys (`$HOME/.ssh`). Set `key_location=use_sshd` in `update_ssh.conf[.local]` with `AuthorizedKeysFile` set to the default value in `sshd_config` (or use the value `.ssh/authorized_keys`). *Caveat*: SSH Controls will not create parent nor intermediate directories in the public key file path if they are missing. * added support for SELinux (CentOS/RHEL 8.x) * various fixes