- added support for standard home directory location for public keys (
$HOME/.ssh
). Setkey_location=use_sshd
inupdate_ssh.conf[.local]
with AuthorizedKeysFile set to the default value insshd_config
(or use the value .ssh/authorized_keys
).
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
Leave a comment