9 python3Packages.buildPythonApplication rec {
19 src = fetchFromGitHub {
23 hash = "sha256-sjYKQpn37zH3xpuIiZAjCn0DyLqqoQDwuz7PKDfkeTM=";
26 build-system = with python3Packages; [ setuptools ];
28 nativeBuildInputs = [ installShellFiles ];
31 installManPage $src/ssh-audit.1
34 nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
37 inherit (nixosTests) ssh-audit;
41 description = "Tool for ssh server auditing";
42 homepage = "https://github.com/jtesta/ssh-audit";
43 changelog = "https://github.com/jtesta/ssh-audit/releases/tag/v${version}";
44 license = licenses.mit;
45 platforms = platforms.all;
46 maintainers = with maintainers; [
50 mainProgram = "ssh-audit";