From 8e3e8aa423d4bd6dba7a789c952f8402a05508eb Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Sat, 30 Nov 2019 17:15:54 -0500 Subject: [PATCH] Updated README regarding Windows builds. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 82513dd..c364ddb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - output security information (related issues, assigned CVE list, etc); - analyze SSH version compatibility based on algorithm information; - historical information from OpenSSH, Dropbear SSH and libssh; +- runs on Linux and Windows; - no dependencies ## Usage @@ -55,6 +56,9 @@ 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) ## ChangeLog +### v2.2.0 (???) + - Added Windows builds. + ### v2.1.1 (2019-11-26) - Added 2 new host key types: `rsa-sha2-256-cert-v01@openssh.com`, `rsa-sha2-512-cert-v01@openssh.com`. - Added 2 new ciphers: `des`, `3des`.