mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-10-30 21:15:27 +01:00 
			
		
		
		
	Bumped version to v2.5.0.
This commit is contained in:
		| @@ -175,7 +175,7 @@ $ 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.5.0-dev (???) | ### 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. | ||||||
|  - Now prints JSON with indents when `-jj` is used (useful for debugging). |  - Now prints JSON with indents when `-jj` is used (useful for debugging). | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||||||
|    THE SOFTWARE. |    THE SOFTWARE. | ||||||
| """ | """ | ||||||
| VERSION = 'v2.5.0-dev' | VERSION = 'v2.5.0' | ||||||
| SSH_HEADER = 'SSH-{0}-OpenSSH_8.2'  # SSH software to impersonate | SSH_HEADER = 'SSH-{0}-OpenSSH_8.2'  # SSH software to impersonate | ||||||
| GITHUB_ISSUES_URL = 'https://github.com/jtesta/ssh-audit/issues'  # The URL to the Github issues tracker. | GITHUB_ISSUES_URL = 'https://github.com/jtesta/ssh-audit/issues'  # The URL to the Github issues tracker. | ||||||
| WINDOWS_MAN_PAGE = '' | WINDOWS_MAN_PAGE = '' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joe Testa
					Joe Testa