Support some more SSH versions

8.1 for Suse 15.2, closes #7
8.8 for Void/Arch and other rolling release distris, closes #8
This commit is contained in:
Sven Velt 2021-10-12 10:05:11 +02:00
parent 6623bd5add
commit fb5e97a828
4 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# 7.9: Debian 10
# 8.0: RedHat/CentOS 8
# 8.1: Suse 15.2
ssh_hardening_opts:
KexAlgorithms:

1
vars/ssh_8.1.yml Symbolic link
View file

@ -0,0 +1 @@
ssh_7.9.yml

View file

@ -1,7 +1,8 @@
# 8.2: Ubuntu 10
# 8.4: Debian 11
# 8.4: Debian 11 & Suse 15.3
# 8.6: Fedora 34 (no diff in *hardened policy* to 8.4)
# 8.7: Fedora 35 (no diff in *hardened policy* to 8.4)
# 8.8: Arch/Void
ssh_hardening_opts:
KexAlgorithms:

1
vars/ssh_8.8.yml Symbolic link
View file

@ -0,0 +1 @@
ssh_8.2.yml