Regenerate all image test cases with the enhanced image-info

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2022-02-15 11:34:13 +01:00 committed by Achilleas Koutsou
parent 2182996aae
commit 1273ef7b35
186 changed files with 18317 additions and 44 deletions

View file

@ -8791,6 +8791,42 @@
"sshd.service",
"udisks2.service"
],
"ssh_config": {
"/etc/ssh": {
"ssh_config": [
"Include /etc/ssh/ssh_config.d/*.conf"
]
},
"/etc/ssh/ssh_config.d": {
"50-redhat.conf": [
"Match final all",
"Include /etc/crypto-policies/back-ends/openssh.config",
"GSSAPIAuthentication yes",
"ForwardX11Trusted yes"
]
}
},
"sshd_config": {
"/etc/ssh": {
"sshd_config": [
"Include /etc/ssh/sshd_config.d/*.conf",
"AuthorizedKeysFile\t.ssh/authorized_keys",
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
]
},
"/etc/ssh/sshd_config.d": {
"50-redhat.conf": [
"Include /etc/crypto-policies/back-ends/opensshserver.config",
"SyslogFacility AUTHPRIV",
"ChallengeResponseAuthentication no",
"GSSAPIAuthentication yes",
"GSSAPICleanupCredentials no",
"UsePAM yes",
"X11Forwarding yes",
"PrintMotd no"
]
}
},
"sudoers": {
"/etc/sudoers": [
"Defaults !visiblepw",