1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-05-20 06:44:27 -05:00

Removed Homebrew from list of pre-built packages.

This commit is contained in:
Joe Testa 2021-08-26 16:36:31 -04:00
parent 7f74731351
commit ce5939856c

View File

@ -148,7 +148,7 @@ Below is a screen shot of the client-auditing output when an unhardened OpenSSH
Guides to harden server & client configuration can be found here: [https://www.ssh-audit.com/hardening_guides.html](https://www.ssh-audit.com/hardening_guides.html)
## Pre-Built Packages
Pre-built packages are available for Windows (see the releases page), on PyPI, Snap, and Homebrew.
Pre-built packages are available for Windows (see the releases page), PyPI, Snap, and Docker.
To install from PyPI:
```
@ -160,11 +160,6 @@ To install the Snap package:
$ snap install ssh-audit
```
To install on Homebrew:
```
$ brew install ssh-audit
```
To install from Dockerhub:
```
$ docker pull positronsecurity/ssh-audit