summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2022-10-05 03:40:01 +1100
committerDamien Miller <djm@mindrot.org>2022-10-05 03:40:01 +1100
commita6e1852d10c63a830196e82168dadd957aaf28ec (patch)
tree79008ebb8c9f275a04c2b4b1d3b3e09cce0bd791 /README.md
parent7360c2c206f33d309edbaf64036c96fadf74d640 (diff)
downloadopenssh-git-a6e1852d10c63a830196e82168dadd957aaf28ec.tar.gz
mention libfido2 autodetection
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a6ecc8f..3da93381 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Portable OpenSSH is built using autoconf and make. It requires a working C compi
[zlib](https://www.zlib.net/) is optional; without it transport compression is not supported.
-FIDO security token support needs [libfido2](https://github.com/Yubico/libfido2) and its dependencies.
+FIDO security token support needs [libfido2](https://github.com/Yubico/libfido2) and its dependencies and will be enabled automatically if they are found.
In addition, certain platforms and build-time options may require additional dependencies; see README.platform for details about your platform.