Updated README.

This commit is contained in:
Joe Testa 2021-10-15 00:19:04 -04:00
parent 4ace52a190
commit b04acc3737

View File

@ -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/). 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 ## 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) ### v2.5.0 (2021-08-26)
- Fixed crash when running host key tests. - Fixed crash when running host key tests.
- Handles server connection failures more gracefully. - Handles server connection failures more gracefully.