Skip to content

Commit e447c42

Browse files
committed
Bumped version to v2.2.0.
1 parent 5292066 commit e447c42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Below is a screen shot of the client-auditing output when an unhardened OpenSSH
5656
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)
5757

5858
## ChangeLog
59-
### v2.1.2 (???)
59+
### v2.2.0 (2020-03-11)
6060
- Marked host key type `ssh-rsa` as weak due to [practical SHA-1 collisions](https://eprint.iacr.org/2020/014.pdf).
6161
- Added Windows builds.
6262
- Added 10 new host key types: `ecdsa-sha2-1.3.132.0.10`, `x509v3-sign-dss`, `x509v3-sign-rsa`, `[email protected]`, `x509v3-ssh-dss`, `x509v3-ssh-rsa`, `[email protected]`, `[email protected]`, `[email protected]`, and `[email protected]`.

ssh-audit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import base64, binascii, errno, hashlib, getopt, io, os, random, re, select, socket, struct, sys, json
2929

3030

31-
VERSION = 'v2.1.2-dev'
31+
VERSION = 'v2.2.0'
3232
SSH_HEADER = 'SSH-{0}-OpenSSH_8.0' # SSH software to impersonate
3333

3434
if sys.version_info.major < 3:

0 commit comments

Comments
 (0)