Different crypto policies in RHEL&clones 7/8/9 and openSUSE (15.3)/15.4 #16
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Ansible/ssh-hardening#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
RHEL7:
/etc/ssh/sshd_config
due to 7.4/etc/ssh/sshd_config
RHEL8:
/etc/ssh/sshd_config
, 8.0 knows "Include"/usr/lib/systemd/system/sshd(@).service
hasEnvironmentFile=-/etc/crypto-policies/back-ends/opensshserver.config
CRYPTO_POLICY=-o... -o...
ExecStart=/usr/sbin/sshd -D $OPTIONS $CRYPTO_POLICY
RHEL9:
Include /etc/ssh/sshd_config.d/*.conf
(8.7)/etc/ssh/sshd_config.d/50-redhat.conf
has/etc/ssh/sshd_config.d/50-redhat.conf
sshd_config
-style snippetopenSUSE15.3:
/etc/ssh/sshd_config
, 8.4 knows "Include"openSUSE15.4:
/etc/ssh/sshd_config
, 8.4 knows "Include"/etc/crypto-policies/back-ends/opensshserver.config
exists!