summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-11-15 16:08:00 +1100
committerDamien Miller <djm@mindrot.org>2019-11-15 16:08:00 +1100
commit5c0bc273cba53f822b7d777bbb6c35d160d3b505 (patch)
tree340c42b651825967f70391987c05558c35f2c01e /README.md
parentfbcb9a7fa55300b8bd4c18bee024c6104c5a25d7 (diff)
configure flag to built-in security key support
Require --with-security-key-builtin before enabling the built-in security key support (and consequent dependency on libfido2).
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 412adcec..4a393295 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ Flag | Meaning
``--with-libedit`` | Enable [libedit](https://www.thrysoee.dk/editline/) support for sftp.
``--with-kerberos5`` | Enable Kerberos/GSSAPI support. Both [Heimdal](https://www.h5l.org/) and [MIT](https://web.mit.edu/kerberos/) Kerberos implementations are supported.
``--with-selinux`` | Enable [SELinux](https://en.wikipedia.org/wiki/Security-Enhanced_Linux) support.
+``--with-security-key-builtin`` | Include built-in support for U2F/FIDO2 security keys. This requires [libfido2](https://github.com/Yubico/libfido2) be installed.
## Development