From b04acc373786d020b5363c5b765dfd194bed90a6 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Fri, 15 Oct 2021 00:19:04 -0400 Subject: [PATCH] Updated README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 256422a..df83084 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,11 @@ $ docker pull positronsecurity/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.6.0-dev + - Snap packages now print more user-friendly error messages when permission errors are encountered. + - JSON 'target' field now always includes port number; credit [tomatohater1337](https://github.com/tomatohater1337). + ### v2.5.0 (2021-08-26) - Fixed crash when running host key tests. - Handles server connection failures more gracefully.