generate cle publique et privee

This commit is contained in:
root
2024-01-25 09:53:12 +01:00
parent 2606cd19b0
commit 84215f502b
4 changed files with 47 additions and 0 deletions

25
goss.yaml Normal file
View File

@@ -0,0 +1,25 @@
port:
tcp:22:
listening: true
ip:
- 0.0.0.0
tcp6:22:
listening: true
ip:
- '::'
service:
sshd:
enabled: true
running: true
user:
sshd:
exists: true
uid: 101
gid: 65534
groups:
- nogroup
home: /run/sshd
shell: /usr/sbin/nologin
process:
sshd:
running: true