Regenerate all image test cases with the enhanced image-info
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
2182996aae
commit
1273ef7b35
186 changed files with 18317 additions and 44 deletions
|
|
@ -5757,6 +5757,30 @@
|
|||
"selinux-autorelabel-mark.service",
|
||||
"sshd.service"
|
||||
],
|
||||
"sshd_config": {
|
||||
"/etc/ssh": {
|
||||
"sshd_config": [
|
||||
"HostKey /etc/ssh/ssh_host_rsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ecdsa_key",
|
||||
"HostKey /etc/ssh/ssh_host_ed25519_key",
|
||||
"SyslogFacility AUTHPRIV",
|
||||
"PermitRootLogin yes",
|
||||
"AuthorizedKeysFile\t.ssh/authorized_keys",
|
||||
"PasswordAuthentication yes",
|
||||
"ChallengeResponseAuthentication no",
|
||||
"GSSAPIAuthentication yes",
|
||||
"GSSAPICleanupCredentials no",
|
||||
"UsePAM yes",
|
||||
"X11Forwarding yes",
|
||||
"PrintMotd no",
|
||||
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
|
||||
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
|
||||
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
|
||||
"AcceptEnv XMODIFIERS",
|
||||
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sysctl.d": {
|
||||
"/usr/lib/sysctl.d": {
|
||||
"10-default-yama-scope.conf": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue