This commit is contained in:
2022-05-24 02:46:25 +02:00
parent 3699bcc0e1
commit 1a0d330ce3
7 changed files with 403 additions and 116 deletions

View File

@@ -75,6 +75,21 @@ sshd_macs:
- hmac-sha2-512-etm@openssh.com
- umac-128-etm@openssh.com
sshd_hostkeyalgorithms:
- ecdsa-sha2-nistp256-cert-v01@openssh.com
- ecdsa-sha2-nistp384-cert-v01@openssh.com
- ecdsa-sha2-nistp521-cert-v01@openssh.com
- ssh-ed25519-cert-v01@openssh.com
- rsa-sha2-512-cert-v01@openssh.com
- rsa-sha2-256-cert-v01@openssh.com
- ssh-rsa-cert-v01@openssh.com
- ecdsa-sha2-nistp256
- ecdsa-sha2-nistp384
- ecdsa-sha2-nistp521
- ssh-ed25519
- rsa-sha2-512
- rsa-sha2-256
- ssh-rsa
# ---
# vars used by roles/common/tasks/apt.yml