From bf1788da95239810dc3567dafb30666d0dc1526b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:07:52 +0200 Subject: Adding debian version 3.1.0-1. Signed-off-by: Daniel Baumann --- debian/control | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e07e000 --- /dev/null +++ b/debian/control @@ -0,0 +1,41 @@ +Source: ssh-audit +Section: admin +Priority: optional +Maintainer: ChangZhuo Chen (陳昌倬) +Build-Depends: debhelper-compat (= 13), + asciidoc-base, + dh-exec, + dh-python, + python3, + python3-pytest, + python3-setuptools, + xmlto, +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://github.com/jtesta/ssh-audit +Vcs-Git: https://salsa.debian.org/debian/ssh-audit.git +Vcs-Browser: https://salsa.debian.org/debian/ssh-audit + +Package: ssh-audit +Architecture: all +Depends: ${misc:Depends}, + ${shlibs:Depends}, + ${python3:Depends}, +Description: tool for ssh server auditing + ssh-audit is a tool for ssh server auditing with the following + features: + . + * SSH1 and SSH2 protocol server support; + * grab banner, recognize device or software and operating system, + detect compression; + * gather key-exchange, host-key, encryption and message authentication + code algorithms; + * output algorithm information (available since, removed/disabled, + unsafe/weak/legacy, etc); + * output algorithm recommendations (append or remove based on + recognized software version); + * 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; + * no dependencies, compatible with Python 2.6+, Python 3.x and PyPy; -- cgit v1.2.3