From fdbfcf05fd5e0625c2832e3dc70e5d96832b5d25 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 5 Jun 2020 12:00:03 +0000 Subject: [PATCH] security/py-ssh-audit: fix pkg-descr Move website to the fork that we use, add descriptions of new features from README.md. --- security/py-ssh-audit/pkg-descr | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/py-ssh-audit/pkg-descr b/security/py-ssh-audit/pkg-descr index 37aead790d6b..98423428b503 100644 --- a/security/py-ssh-audit/pkg-descr +++ b/security/py-ssh-audit/pkg-descr @@ -1,7 +1,8 @@ -ssh-audit is a tool for ssh server auditing. +ssh-audit is a tool for ssh server & client configuration auditing. Features: * SSH1 and SSH2 protocol server support; +* analyze SSH client configuration; * grab banner, recognize device or software and operating system, detect compression; * gather key-exchange, host-key, encryption and @@ -15,4 +16,4 @@ Features: * historical information from OpenSSH, Dropbear SSH and libssh; * no dependencies, compatible with Python 2.6+, Python 3.x and PyPy. -WWW: https://github.com/arthepsy/ssh-audit +WWW: https://github.com/jtesta/ssh-audit