Added 1 new cipher: des-cbc@ssh.com. Bumped version.

This commit is contained in:
Joe Testa
2020-09-29 15:03:41 -04:00
parent 6067da6793
commit 2a87860e84
2 changed files with 5 additions and 1 deletions

View File

@ -150,6 +150,9 @@ $ brew install ssh-audit
For convenience, a web front-end on top of the command-line tool is available at [https://www.ssh-audit.com/](https://www.ssh-audit.com/).
## ChangeLog
### v2.3.1-dev (???)
- Added 1 new cipher: `des-cbc@ssh.com`.
### v2.3.0 (2020-09-27)
- Added new policy auditing functionality to test adherence to a hardening guide/standard configuration (see `-L`/`--list-policies`, `-M`/`--make-policy` and `-P`/`--policy`). For an in-depth tutorial, see <https://www.positronsecurity.com/blog/2020-09-27-ssh-policy-configuration-checks-with-ssh-audit/>.
- Created new man page (see `ssh-audit.1` file).