Of course.. I thought I saw OpenSSH 9.7 merge, I'll rebase this on
master-next.

On Thu, Apr 11, 2024, 16:19 Dan McGregor via lists.openembedded.org
<[email protected]> wrote:

> 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.
>
> Signed-off-by: Dan McGregor <[email protected]>
> ---
>  meta/recipes-connectivity/openssh/openssh_9.6p1.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-connectivity/openssh/openssh_9.6p1.bb
> b/meta/recipes-connectivity/openssh/openssh_9.6p1.bb
> index 78d1ca81626..6f016b471b4 100644
> --- a/meta/recipes-connectivity/openssh/openssh_9.6p1.bb
> +++ b/meta/recipes-connectivity/openssh/openssh_9.6p1.bb
> @@ -59,6 +59,7 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES',
> 'systemd', 'systemd', '', d)
>  # and systemd-sshd-service-mode corresponding to sshd.service
>  PACKAGECONFIG ??= "systemd-sshd-socket-mode \
>                     ${@bb.utils.contains('DISTRO_FEATURES', 'krb5',
> 'kerberos', '', d)}"
> +PACKAGECONFIG[fido2] =
> "--with-security-key-builtin,--disable-security-key,libfido2"
>  PACKAGECONFIG[kerberos] = "--with-kerberos5,--without-kerberos5,krb5"
>  PACKAGECONFIG[ldns] = "--with-ldns,--without-ldns,ldns"
>  PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
> --
> 2.41.0
>
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#198151): 
https://lists.openembedded.org/g/openembedded-core/message/198151
Mute This Topic: https://lists.openembedded.org/mt/105472898/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to