mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Updated snap base image. Now installing snapcraft tool from snap instead of apt.
This commit is contained in:
parent
a5f5e0dab2
commit
0bfb5d6979
@ -54,7 +54,7 @@ To download from production server and verify:
|
||||
|
||||
# Snap
|
||||
|
||||
To create the snap package, run a fully-updated Ubuntu Server 20.04 VM.
|
||||
To create the snap package, run a fully-updated Ubuntu Server 22.04 VM.
|
||||
|
||||
Create the snap package with:
|
||||
```
|
||||
|
@ -32,8 +32,9 @@
|
||||
|
||||
|
||||
# Pre-requisites
|
||||
sudo apt install -y make snapcraft
|
||||
sudo snap install review-tools lxd 2> /dev/null
|
||||
sudo apt install -y make
|
||||
sudo snap install snapcraft --classic
|
||||
sudo snap install review-tools lxd
|
||||
|
||||
# Initialize LXD.
|
||||
sudo lxd init --auto
|
||||
|
@ -5,7 +5,7 @@ summary: ssh-audit
|
||||
description: |
|
||||
SSH server and client security configuration auditor. Official repository: <https://github.com/jtesta/ssh-audit>
|
||||
|
||||
base: core20
|
||||
base: core22
|
||||
grade: stable
|
||||
confinement: strict
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user