diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-06-07 11:48:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:15:39 +0100 |
commit | 2303d795ae96f1a60caf145a0ddf100e89c4b5b0 (patch) | |
tree | d6781f02902a812b67b8bedb99b01381653a1995 /meta/classes/rootfs-postcommands.bbclass | |
parent | b81389c50e0d191e31f71af82d86bfbb37b83acc (diff) | |
download | openembedded-core-contrib-2303d795ae96f1a60caf145a0ddf100e89c4b5b0.tar.gz |
openssh: only create sshd host keys which have been enabled
Previously sshd_check_keys would create a full set of all possible
sshd host keys, even if sshd_config has been set to only enable
certain key types.
Update sshd_check_keys to only create keys which have been enabled in
sshd_config (with a fallback to creating a full set of key types if
no HostKey options are defined, as before).
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/rootfs-postcommands.bbclass')
0 files changed, 0 insertions, 0 deletions