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:
parent
6623bd5add
commit
fb5e97a828
|
@ -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
1
vars/ssh_8.1.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
ssh_7.9.yml
|
|
@ -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
1
vars/ssh_8.8.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
ssh_8.2.yml
|
Loading…
Reference in a new issue