diff options
author | Damien Miller <djm@mindrot.org> | 2020-02-03 11:22:15 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-02-03 11:22:15 +0100 |
commit | 262eb05a22cb1fabc3bc1746c220566490b80229 (patch) | |
tree | f531e9dfacc081e65992b7e02a0dca9cb95ae6ce /README.md | |
parent | add clock_gettime64(2) to sandbox allowed syscalls (diff) | |
download | openssh-262eb05a22cb1fabc3bc1746c220566490b80229.tar.xz openssh-262eb05a22cb1fabc3bc1746c220566490b80229.zip |
mention libfido2 in dependencies section
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,7 +27,9 @@ Stable release tarballs are available from a number of [download mirrors](https: ### Dependencies -Portable OpenSSH is built using autoconf and make. It requires a working C compiler, standard library and headers, and [zlib](https://www.zlib.net/). ``libcrypto`` from either [LibreSSL](https://www.libressl.org/) or [OpenSSL](https://www.openssl.org) may also be used, but OpenSSH may be built without it supporting a subset of crypto algorithms. Certain platforms and build-time options may require additional dependencies, see README.platform for details. +Portable OpenSSH is built using autoconf and make. It requires a working C compiler, standard library and headers, and [zlib](https://www.zlib.net/). ``libcrypto`` from either [LibreSSL](https://www.libressl.org/) or [OpenSSL](https://www.openssl.org) may also be used, but OpenSSH may be built without it supporting a subset of crypto algorithms. + +FIDO security token support need [libfido2](https://github.com/Yubico/libfido2) and its dependenciesi. Also, certain platforms and build-time options may require additional dependencies, see README.platform for details. ### Building a release |