diff options
author | Damien Miller <djm@mindrot.org> | 2022-10-04 18:37:36 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-10-04 18:37:36 +0200 |
commit | 7360c2c206f33d309edbaf64036c96fadf74d640 (patch) | |
tree | e6ede12ba4789e30c331b36b72faf05e9caf529c /README.md | |
parent | update .depend (diff) | |
download | openssh-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.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |