summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2022-10-04 18:37:36 +0200
committerDamien Miller <djm@mindrot.org>2022-10-04 18:37:36 +0200
commit7360c2c206f33d309edbaf64036c96fadf74d640 (patch)
treee6ede12ba4789e30c331b36b72faf05e9caf529c /README.md
parentupdate .depend (diff)
downloadopenssh-7360c2c206f33d309edbaf64036c96fadf74d640.tar.xz
openssh-7360c2c206f33d309edbaf64036c96fadf74d640.zip
remove mention of --with-security-key-builtin
it is enabled by default when libfido2 is installed
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 04e3a5198..5a6ecc8fe 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,6 @@ 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