File: control

package info (click to toggle)
ssh-audit 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 248 kB
  • ctags: 357
  • sloc: python: 3,042; sh: 39; makefile: 9
file content (39 lines) | stat: -rw-r--r-- 1,465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: ssh-audit
Section: admin
Priority: optional
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 10),
               asciidoc-base,
               dh-exec,
               dh-python,
               python3-pytest,
               python3,
               xmlto,
Standards-Version: 3.9.8
Homepage: https://github.com/arthepsy/ssh-audit
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ssh-audit.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/ssh-audit.git

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;