mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-08 11:17:36 +08:00
13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
if PACKAGE_openssh-server
|
|
|
|
config OPENSSH_LIBFIDO2
|
|
bool
|
|
default y
|
|
prompt "Include libfido2 support in openssh-server"
|
|
help
|
|
OpenSSH version 8.2 added two new ssh authentication methods,
|
|
namely `ecdsa_sk` and `ed25519_sk`. These two methods make use
|
|
of hardware keys that implement the FIDO and FIDO2 protocols.
|
|
In order to use these two types, libfido2 is required.
|
|
endif
|