summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2019-10-08 20:19:18 -0700
committerDamien Miller <djm@mindrot.org>2019-10-09 14:25:09 +1100
commit01ce1cd402d5eecde2bba35b67e08f5b266b37fd (patch)
treef6f90ad1398f05caaa467816d229d4794f44dc7a /README.md
parent1ba130ac8fb2884307f658126f04578f8aef409e (diff)
downloadopenssh-git-01ce1cd402d5eecde2bba35b67e08f5b266b37fd.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e262416..412adcec 100644
--- 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).