diff options
| author | Dan McGregor <danismostlikely@gmail.com> | 2024-04-11 19:45:01 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-14 06:28:02 +0100 |
| commit | 9aae4e166000880ba83141b08e66ce2b338d1694 (patch) | |
| tree | fe88540627967aefed1c29ad3e90eb8150d39338 | |
| parent | 6cbe62a0cee10ecb05bcaddcfe0cd185a033d198 (diff) | |
| download | poky-9aae4e166000880ba83141b08e66ce2b338d1694.tar.gz | |
openssh: add fido2 support
OpenSSH supports FIDO security keys in both the client
and server. Add an option to support them in oe.
This change requires a new recipe that I've submitted to
meta-openembedded that has not merged yet.
(From OE-Core rev: 74451a65f29b16f78b008b3ac70c99c2d61a7cad)
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/openssh/openssh_9.6p1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_9.6p1.bb b/meta/recipes-connectivity/openssh/openssh_9.6p1.bb index edd8e8c2d1..d941664b41 100644 --- a/meta/recipes-connectivity/openssh/openssh_9.6p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_9.6p1.bb | |||
| @@ -58,6 +58,7 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d) | |||
| 58 | # systemd-sshd-socket-mode means installing sshd.socket | 58 | # systemd-sshd-socket-mode means installing sshd.socket |
| 59 | # and systemd-sshd-service-mode corresponding to sshd.service | 59 | # and systemd-sshd-service-mode corresponding to sshd.service |
| 60 | PACKAGECONFIG ??= "systemd-sshd-socket-mode" | 60 | PACKAGECONFIG ??= "systemd-sshd-socket-mode" |
| 61 | PACKAGECONFIG[fido2] = "--with-security-key-builtin,--disable-security-key,libfido2" | ||
| 61 | PACKAGECONFIG[kerberos] = "--with-kerberos5,--without-kerberos5,krb5" | 62 | PACKAGECONFIG[kerberos] = "--with-kerberos5,--without-kerberos5,krb5" |
| 62 | PACKAGECONFIG[ldns] = "--with-ldns,--without-ldns,ldns" | 63 | PACKAGECONFIG[ldns] = "--with-ldns,--without-ldns,ldns" |
| 63 | PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" | 64 | PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" |
