2020-03-13 02:56:23 +01:00
|
|
|
name: ssh-audit
|
2021-02-24 02:39:18 +01:00
|
|
|
version: '2.4.0-1'
|
2020-03-13 02:56:23 +01:00
|
|
|
license: 'MIT'
|
|
|
|
summary: ssh-audit
|
|
|
|
description: |
|
|
|
|
SSH server and client security configuration auditor. Official repository: <https://github.com/jtesta/ssh-audit>
|
|
|
|
|
2020-10-20 21:30:04 +02:00
|
|
|
base: core20
|
2020-03-13 02:56:23 +01:00
|
|
|
grade: stable
|
|
|
|
confinement: strict
|
|
|
|
|
|
|
|
apps:
|
|
|
|
ssh-audit:
|
|
|
|
command: bin/ssh-audit
|
|
|
|
plugs: [network,network-bind]
|
|
|
|
|
|
|
|
parts:
|
|
|
|
ssh-audit:
|
|
|
|
plugin: python
|
2020-10-20 21:30:04 +02:00
|
|
|
# python-version: python3
|
2020-03-13 02:56:23 +01:00
|
|
|
source: .
|