aboutsummaryrefslogtreecommitdiff
path: root/net/openssh/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/openssh/Config.in')
-rw-r--r--net/openssh/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/openssh/Config.in b/net/openssh/Config.in
new file mode 100644
index 000000000..3690ced2b
--- /dev/null
+++ b/net/openssh/Config.in
@@ -0,0 +1,12 @@
+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