-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Manuel Mitnyan <[email protected]>
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
sshd_path: /usr/sbin/sshd | ||
ssh_host_keys_dir: '/etc/ssh' | ||
sshd_service_name: sshd | ||
ssh_owner: root | ||
ssh_group: root | ||
ssh_host_keys_owner: 'root' | ||
ssh_host_keys_group: 'ssh_keys' | ||
ssh_selinux_packages: | ||
- policycoreutils-python | ||
- checkpolicy | ||
|
||
# true if SSH support Kerberos | ||
ssh_kerberos_support: true | ||
|
||
# true if SSH has PAM support | ||
ssh_pam_support: true | ||
|
||
sshd_moduli_file: '/etc/ssh/moduli' | ||
|
||
# disable CRYPTO_POLICY to take settings from sshd configuration | ||
# see: https://access.redhat.com/solutions/4410591 | ||
sshd_disable_crypto_policy: true |