]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Update README.md
authorAbhishek Arya <inferno@chromium.org>
Wed, 9 Oct 2019 03:19:18 +0000 (20:19 -0700)
committerDamien Miller <djm@mindrot.org>
Wed, 9 Oct 2019 03:25:09 +0000 (14:25 +1100)
README.md

index 4e2624161b93e571e777b0d13142695f06e3e4f8..412adcecb89a64e64f8923f2d34a28105d58a862 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Portable OpenSSH
 
+[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:openssh)
+
 OpenSSH is a complete implementation of the SSH protocol (version 2) for secure remote login, command execution and file transfer. It includes a client ``ssh`` and server ``sshd``, file transfer utilities ``scp`` and ``sftp`` as well as tools for key generation (``ssh-keygen``), run-time key storage (``ssh-agent``) and a number of supporting programs.
 
 This is a port of OpenBSD's [OpenSSH](https://openssh.com) to most Unix-like operating systems, including Linux, OS X and Cygwin. Portable OpenSSH polyfills OpenBSD APIs that are not available elsewhere, adds sshd sandboxing for more operating systems and includes support for OS-native authentication and auditing (e.g. using PAM).