diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-04-28 06:44:07 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-04-29 02:59:54 +0200 |
commit | 70a8dc138a6480f85065cdb239915ad4b7f928cf (patch) | |
tree | 9a764fd7e2cb4555c75ed88b7e8f2841fdb5e2af /README.md | |
parent | Add obsdsnap (OpenBSD snapshot) test target. (diff) | |
download | openssh-70a8dc138a6480f85065cdb239915ad4b7f928cf.tar.xz openssh-70a8dc138a6480f85065cdb239915ad4b7f928cf.zip |
Add status badges for Actions-based tests.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ # Portable OpenSSH +[![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml) [![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. |