Files
ssh-audit/snapcraft.yaml
T
2026-07-05 13:08:39 -04:00

34 lines
760 B
YAML

name: ssh-audit
title: ssh-audit
summary: ssh-audit
version: "" # Set at run-time by build_snap.sh.
license: 'MIT'
description: |
SSH server and client security configuration auditor. Official repository: <https://github.com/jtesta/ssh-audit>
contact:
- https://github.com/jtesta/ssh-audit/issues
issues:
- https://github.com/jtesta/ssh-audit/issues
source-code:
- https://github.com/jtesta/ssh-audit
website:
- https://github.com/jtesta/ssh-audit
base: core26
grade: stable
confinement: strict
platforms:
all:
build-on: [amd64]
build-for: [all]
apps:
ssh-audit:
command: bin/ssh-audit
plugs: [network, network-bind, home]
parts:
ssh-audit:
plugin: python
stage-packages: [python3.14, python3.14-venv]
source: .