aboutsummaryrefslogtreecommitdiff
path: root/net/openssh/Config.in
blob: 3690ced2bd22028deb2020eac42ee930969c6d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
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