ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmp08vsdpvi executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_all_options.yml ************************************************ 1 plays in /tmp/tmposga18ev/tests/tests_all_options.yml PLAY [Test we can handle all configuration options documented in manual page] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmposga18ev/tests/tests_all_options.yml:2 Thursday 21 July 2022 20:22:40 +0000 (0:00:00.014) 0:00:00.014 ********* ok: [/cache/rhel-9.qcow2.snap] META: ran handlers TASK [Ubuntu and RHEL6 containers are minified, missing manual pages] ********** task path: /tmp/tmposga18ev/tests/tests_all_options.yml:8 Thursday 21 July 2022 20:22:41 +0000 (0:00:01.123) 0:00:01.137 ********* META: end_host conditional evaluated to false, continuing execution for /cache/rhel-9.qcow2.snap skipping: [/cache/rhel-9.qcow2.snap] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for /cache/rhel-9.qcow2.snap" } MSG: end_host conditional evaluated to false, continuing execution for /cache/rhel-9.qcow2.snap TASK [Define common variables] ************************************************* task path: /tmp/tmposga18ev/tests/tests_all_options.yml:15 Thursday 21 July 2022 20:22:41 +0000 (0:00:00.029) 0:00:01.167 ********* ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "ssh_test_package": "openssh-clients" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /tmp/tmposga18ev/tests/tests_all_options.yml:19 Thursday 21 July 2022 20:22:41 +0000 (0:00:00.065) 0:00:01.232 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure manual pages and bash are installed] *************************** task path: /tmp/tmposga18ev/tests/tests_all_options.yml:25 Thursday 21 July 2022 20:22:41 +0000 (0:00:00.019) 0:00:01.252 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get list of options from manual page] ************************************ task path: /tmp/tmposga18ev/tests/tests_all_options.yml:33 Thursday 21 July 2022 20:22:42 +0000 (0:00:01.006) 0:00:02.259 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": "set -o pipefail && man ssh_config | grep -o '^ [A-Z][A-Za-z0-9]*\\(.\\| \\)' | grep -v \"[A-Za-z0-9] $\" | grep -v \"[^A-Za-z0-9 ]$\" | awk '{ print $1 }' | grep -v '^$' | grep -v \"^Host$\" | grep -v \"^Match$\"", "delta": "0:00:00.123700", "end": "2022-07-21 16:22:42.250508", "rc": 0, "start": "2022-07-21 16:22:42.126808" } STDOUT: AddKeysToAgent AddressFamily BatchMode BindAddress BindInterface CanonicalDomains CanonicalizeFallbackLocal CanonicalizeHostname CanonicalizeMaxDots CanonicalizePermittedCNAMEs CASignatureAlgorithms CertificateFile CheckHostIP Ciphers ClearAllForwardings Compression ConnectionAttempts ConnectTimeout ControlMaster ControlPath ControlPersist DynamicForward EnableSSHKeysign EscapeChar ExitOnForwardFailure FingerprintHash ForkAfterAuthentication ForwardAgent ForwardX11 ForwardX11Timeout ForwardX11Trusted GatewayPorts GlobalKnownHostsFile GSSAPIAuthentication GSSAPIClientIdentity GSSAPIDelegateCredentials GSSAPIKeyExchange GSSAPIRenewalForcesRekey GSSAPIServerIdentity GSSAPITrustDns GSSAPIKexAlgorithms HashKnownHosts HostbasedAcceptedAlgorithms HostbasedAuthentication HostKeyAlgorithms HostKeyAlias Hostname IdentitiesOnly IdentityAgent IdentityFile IgnoreUnknown Include IPQoS KbdInteractiveAuthentication KbdInteractiveDevices KexAlgorithms KnownHostsCommand LocalCommand LocalForward LogLevel LogVerbose MACs NoHostAuthenticationForLocalhost NumberOfPasswordPrompts PasswordAuthentication PermitLocalCommand PermitRemoteOpen PKCS11Provider Port PreferredAuthentications ProxyCommand ProxyJump ProxyUseFdpass PubkeyAcceptedAlgorithms PubkeyAuthentication RekeyLimit RemoteCommand RemoteForward RequestTTY RevokedHostKeys SecurityKeyProvider SendEnv ServerAliveCountMax ServerAliveInterval SessionType SetEnv StdinNull StreamLocalBindMask StreamLocalBindUnlink StrictHostKeyChecking SyslogFacility TCPKeepAlive Tunnel TunnelDevice UpdateHostKeys User UserKnownHostsFile VerifyHostKeyDNS VisualHostKey XAuthLocation TASK [debug] ******************************************************************* task path: /tmp/tmposga18ev/tests/tests_all_options.yml:46 Thursday 21 July 2022 20:22:43 +0000 (0:00:00.573) 0:00:02.832 ********* ok: [/cache/rhel-9.qcow2.snap] => { "ssh_options.stdout_lines": [ "AddKeysToAgent", "AddressFamily", "BatchMode", "BindAddress", "BindInterface", "CanonicalDomains", "CanonicalizeFallbackLocal", "CanonicalizeHostname", "CanonicalizeMaxDots", "CanonicalizePermittedCNAMEs", "CASignatureAlgorithms", "CertificateFile", "CheckHostIP", "Ciphers", "ClearAllForwardings", "Compression", "ConnectionAttempts", "ConnectTimeout", "ControlMaster", "ControlPath", "ControlPersist", "DynamicForward", "EnableSSHKeysign", "EscapeChar", "ExitOnForwardFailure", "FingerprintHash", "ForkAfterAuthentication", "ForwardAgent", "ForwardX11", "ForwardX11Timeout", "ForwardX11Trusted", "GatewayPorts", "GlobalKnownHostsFile", "GSSAPIAuthentication", "GSSAPIClientIdentity", "GSSAPIDelegateCredentials", "GSSAPIKeyExchange", "GSSAPIRenewalForcesRekey", "GSSAPIServerIdentity", "GSSAPITrustDns", "GSSAPIKexAlgorithms", "HashKnownHosts", "HostbasedAcceptedAlgorithms", "HostbasedAuthentication", "HostKeyAlgorithms", "HostKeyAlias", "Hostname", "IdentitiesOnly", "IdentityAgent", "IdentityFile", "IgnoreUnknown", "Include", "IPQoS", "KbdInteractiveAuthentication", "KbdInteractiveDevices", "KexAlgorithms", "KnownHostsCommand", "LocalCommand", "LocalForward", "LogLevel", "LogVerbose", "MACs", "NoHostAuthenticationForLocalhost", "NumberOfPasswordPrompts", "PasswordAuthentication", "PermitLocalCommand", "PermitRemoteOpen", "PKCS11Provider", "Port", "PreferredAuthentications", "ProxyCommand", "ProxyJump", "ProxyUseFdpass", "PubkeyAcceptedAlgorithms", "PubkeyAuthentication", "RekeyLimit", "RemoteCommand", "RemoteForward", "RequestTTY", "RevokedHostKeys", "SecurityKeyProvider", "SendEnv", "ServerAliveCountMax", "ServerAliveInterval", "SessionType", "SetEnv", "StdinNull", "StreamLocalBindMask", "StreamLocalBindUnlink", "StrictHostKeyChecking", "SyslogFacility", "TCPKeepAlive", "Tunnel", "TunnelDevice", "UpdateHostKeys", "User", "UserKnownHostsFile", "VerifyHostKeyDNS", "VisualHostKey", "XAuthLocation" ] } TASK [Construct the configuration list] **************************************** task path: /tmp/tmposga18ev/tests/tests_all_options.yml:49 Thursday 21 July 2022 20:22:43 +0000 (0:00:00.031) 0:00:02.864 ********* ok: [/cache/rhel-9.qcow2.snap] => (item=AddKeysToAgent) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "AddKeysToAgent" } ok: [/cache/rhel-9.qcow2.snap] => (item=AddressFamily) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "AddressFamily" } ok: [/cache/rhel-9.qcow2.snap] => (item=BatchMode) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "BatchMode" } ok: [/cache/rhel-9.qcow2.snap] => (item=BindAddress) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "BindAddress" } ok: [/cache/rhel-9.qcow2.snap] => (item=BindInterface) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "BindInterface" } ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalDomains) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CanonicalDomains": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CanonicalDomains" } ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeFallbackLocal) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeFallbackLocal" } ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeHostname) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeHostname" } ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeMaxDots) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeMaxDots" } ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizePermittedCNAMEs) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CanonicalizePermittedCNAMEs" } ok: [/cache/rhel-9.qcow2.snap] => (item=CASignatureAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CASignatureAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=CertificateFile) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CertificateFile" } ok: [/cache/rhel-9.qcow2.snap] => (item=CheckHostIP) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CheckHostIP" } ok: [/cache/rhel-9.qcow2.snap] => (item=Ciphers) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Ciphers" } ok: [/cache/rhel-9.qcow2.snap] => (item=ClearAllForwardings) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ClearAllForwardings" } ok: [/cache/rhel-9.qcow2.snap] => (item=Compression) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Compression" } ok: [/cache/rhel-9.qcow2.snap] => (item=ConnectionAttempts) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectionAttempts": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ConnectionAttempts" } ok: [/cache/rhel-9.qcow2.snap] => (item=ConnectTimeout) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ConnectTimeout" } ok: [/cache/rhel-9.qcow2.snap] => (item=ControlMaster) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ControlMaster" } ok: [/cache/rhel-9.qcow2.snap] => (item=ControlPath) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ControlPath" } ok: [/cache/rhel-9.qcow2.snap] => (item=ControlPersist) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ControlPersist" } ok: [/cache/rhel-9.qcow2.snap] => (item=DynamicForward) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "DynamicForward" } ok: [/cache/rhel-9.qcow2.snap] => (item=EnableSSHKeysign) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "EnableSSHKeysign" } ok: [/cache/rhel-9.qcow2.snap] => (item=EscapeChar) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "EscapeChar" } ok: [/cache/rhel-9.qcow2.snap] => (item=ExitOnForwardFailure) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ExitOnForwardFailure" } ok: [/cache/rhel-9.qcow2.snap] => (item=FingerprintHash) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "FingerprintHash" } ok: [/cache/rhel-9.qcow2.snap] => (item=ForkAfterAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ForkAfterAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardAgent) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ForwardAgent" } ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ForwardX11" } ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11Timeout) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ForwardX11Timeout" } ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11Trusted) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ForwardX11Trusted" } ok: [/cache/rhel-9.qcow2.snap] => (item=GatewayPorts) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GatewayPorts": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GatewayPorts" } ok: [/cache/rhel-9.qcow2.snap] => (item=GlobalKnownHostsFile) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GlobalKnownHostsFile" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIClientIdentity) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIClientIdentity" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIDelegateCredentials) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIDelegateCredentials" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIKeyExchange) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKeyExchange": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIKeyExchange" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIRenewalForcesRekey) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIRenewalForcesRekey" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIServerIdentity) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIServerIdentity" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPITrustDns) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPITrustDns" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIKexAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIKexAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=HashKnownHosts) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "HashKnownHosts" } ok: [/cache/rhel-9.qcow2.snap] => (item=HostbasedAcceptedAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostbasedAcceptedAlgorithms": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "HostbasedAcceptedAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=HostbasedAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "HostbasedAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=HostKeyAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "HostKeyAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=HostKeyAlias) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "HostKeyAlias" } ok: [/cache/rhel-9.qcow2.snap] => (item=Hostname) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Hostname" } ok: [/cache/rhel-9.qcow2.snap] => (item=IdentitiesOnly) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IdentitiesOnly": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "IdentitiesOnly" } ok: [/cache/rhel-9.qcow2.snap] => (item=IdentityAgent) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "IdentityAgent" } ok: [/cache/rhel-9.qcow2.snap] => (item=IdentityFile) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "IdentityFile" } ok: [/cache/rhel-9.qcow2.snap] => (item=IgnoreUnknown) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "IgnoreUnknown" } ok: [/cache/rhel-9.qcow2.snap] => (item=Include) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Include" } ok: [/cache/rhel-9.qcow2.snap] => (item=IPQoS) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "IPQoS" } ok: [/cache/rhel-9.qcow2.snap] => (item=KbdInteractiveAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "KbdInteractiveAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=KbdInteractiveDevices) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "KbdInteractiveDevices" } ok: [/cache/rhel-9.qcow2.snap] => (item=KexAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "KexAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=KnownHostsCommand) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "KnownHostsCommand" } ok: [/cache/rhel-9.qcow2.snap] => (item=LocalCommand) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "LocalCommand" } ok: [/cache/rhel-9.qcow2.snap] => (item=LocalForward) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "LocalForward" } ok: [/cache/rhel-9.qcow2.snap] => (item=LogLevel) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "LogLevel" } ok: [/cache/rhel-9.qcow2.snap] => (item=LogVerbose) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "LogVerbose" } ok: [/cache/rhel-9.qcow2.snap] => (item=MACs) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "MACs" } ok: [/cache/rhel-9.qcow2.snap] => (item=NoHostAuthenticationForLocalhost) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "NoHostAuthenticationForLocalhost" } ok: [/cache/rhel-9.qcow2.snap] => (item=NumberOfPasswordPrompts) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "NumberOfPasswordPrompts" } ok: [/cache/rhel-9.qcow2.snap] => (item=PasswordAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PasswordAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PasswordAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=PermitLocalCommand) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PermitLocalCommand" } ok: [/cache/rhel-9.qcow2.snap] => (item=PermitRemoteOpen) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PermitRemoteOpen" } ok: [/cache/rhel-9.qcow2.snap] => (item=PKCS11Provider) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PKCS11Provider" } ok: [/cache/rhel-9.qcow2.snap] => (item=Port) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Port" } ok: [/cache/rhel-9.qcow2.snap] => (item=PreferredAuthentications) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PreferredAuthentications" } ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyCommand) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ProxyCommand" } ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyJump) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ProxyJump" } ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyUseFdpass) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ProxyUseFdpass" } ok: [/cache/rhel-9.qcow2.snap] => (item=PubkeyAcceptedAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PubkeyAcceptedAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=PubkeyAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PubkeyAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=RekeyLimit) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RekeyLimit" } ok: [/cache/rhel-9.qcow2.snap] => (item=RemoteCommand) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RemoteCommand" } ok: [/cache/rhel-9.qcow2.snap] => (item=RemoteForward) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RemoteForward" } ok: [/cache/rhel-9.qcow2.snap] => (item=RequestTTY) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RequestTTY" } ok: [/cache/rhel-9.qcow2.snap] => (item=RevokedHostKeys) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RevokedHostKeys" } ok: [/cache/rhel-9.qcow2.snap] => (item=SecurityKeyProvider) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SecurityKeyProvider" } ok: [/cache/rhel-9.qcow2.snap] => (item=SendEnv) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SendEnv" } ok: [/cache/rhel-9.qcow2.snap] => (item=ServerAliveCountMax) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ServerAliveCountMax" } ok: [/cache/rhel-9.qcow2.snap] => (item=ServerAliveInterval) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ServerAliveInterval" } ok: [/cache/rhel-9.qcow2.snap] => (item=SessionType) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SessionType" } ok: [/cache/rhel-9.qcow2.snap] => (item=SetEnv) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SetEnv" } ok: [/cache/rhel-9.qcow2.snap] => (item=StdinNull) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "StdinNull" } ok: [/cache/rhel-9.qcow2.snap] => (item=StreamLocalBindMask) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "StreamLocalBindMask" } ok: [/cache/rhel-9.qcow2.snap] => (item=StreamLocalBindUnlink) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "StreamLocalBindUnlink" } ok: [/cache/rhel-9.qcow2.snap] => (item=StrictHostKeyChecking) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "StrictHostKeyChecking" } ok: [/cache/rhel-9.qcow2.snap] => (item=SyslogFacility) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SyslogFacility" } ok: [/cache/rhel-9.qcow2.snap] => (item=TCPKeepAlive) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "TCPKeepAlive" } ok: [/cache/rhel-9.qcow2.snap] => (item=Tunnel) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Tunnel" } ok: [/cache/rhel-9.qcow2.snap] => (item=TunnelDevice) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "TunnelDevice" } ok: [/cache/rhel-9.qcow2.snap] => (item=UpdateHostKeys) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "UpdateHostKeys" } ok: [/cache/rhel-9.qcow2.snap] => (item=User) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes", "User": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "User" } ok: [/cache/rhel-9.qcow2.snap] => (item=UserKnownHostsFile) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes", "User": "yes", "UserKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "UserKnownHostsFile" } ok: [/cache/rhel-9.qcow2.snap] => (item=VerifyHostKeyDNS) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes", "User": "yes", "UserKnownHostsFile": "yes", "VerifyHostKeyDNS": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "VerifyHostKeyDNS" } ok: [/cache/rhel-9.qcow2.snap] => (item=VisualHostKey) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes", "User": "yes", "UserKnownHostsFile": "yes", "VerifyHostKeyDNS": "yes", "VisualHostKey": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "VisualHostKey" } ok: [/cache/rhel-9.qcow2.snap] => (item=XAuthLocation) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes", "User": "yes", "UserKnownHostsFile": "yes", "VerifyHostKeyDNS": "yes", "VisualHostKey": "yes", "XAuthLocation": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "XAuthLocation" } TASK [Run role] **************************************************************** task path: /tmp/tmposga18ev/tests/tests_all_options.yml:55 Thursday 21 July 2022 20:22:44 +0000 (0:00:01.222) 0:00:04.086 ********* TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 Thursday 21 July 2022 20:22:44 +0000 (0:00:00.033) 0:00:04.120 ********* included: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml for /cache/rhel-9.qcow2.snap TASK [linux-system-roles.ssh : Ensure ansible_facts used by role] ************** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 Thursday 21 July 2022 20:22:44 +0000 (0:00:00.026) 0:00:04.146 ********* ok: [/cache/rhel-9.qcow2.snap] TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:8 Thursday 21 July 2022 20:22:45 +0000 (0:00:00.523) 0:00:04.669 ********* skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [/cache/rhel-9.qcow2.snap] => (item=RedHat_9.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat_9.0.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.0.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Ensure required packages are installed] ********* task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 Thursday 21 July 2022 20:22:45 +0000 (0:00:00.076) 0:00:04.746 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.ssh : Gather information about the user for user configuration] *** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:10 Thursday 21 July 2022 20:22:46 +0000 (0:00:00.838) 0:00:05.584 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:17 Thursday 21 July 2022 20:22:46 +0000 (0:00:00.022) 0:00:05.607 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Generate the configuration file] **************** task path: /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 Thursday 21 July 2022 20:22:46 +0000 (0:00:00.021) 0:00:05.628 ********* changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "checksum": "d615f1716705cccb178174edd9e7326528ea4fdd", "dest": "/tmp/ssh_config", "gid": 0, "group": "root", "md5sum": "5e04ad2fb75ad83fdf289dcd2908b5f7", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 2044, "src": "/root/.ansible/tmp/ansible-tmp-1658434966.2902458-43826-72830980603477/source", "state": "file", "uid": 0 } META: role_complete for /cache/rhel-9.qcow2.snap TASK [Download the configuration file] ***************************************** task path: /tmp/tmposga18ev/tests/tests_all_options.yml:64 Thursday 21 July 2022 20:22:47 +0000 (0:00:01.046) 0:00:06.674 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCkFkZEtleXNUb0FnZW50IHllcwpBZGRyZXNzRmFtaWx5IHllcwpCYXRjaE1vZGUgeWVzCkJpbmRBZGRyZXNzIHllcwpCaW5kSW50ZXJmYWNlIHllcwpDYW5vbmljYWxEb21haW5zIHllcwpDYW5vbmljYWxpemVGYWxsYmFja0xvY2FsIHllcwpDYW5vbmljYWxpemVIb3N0bmFtZSB5ZXMKQ2Fub25pY2FsaXplTWF4RG90cyB5ZXMKQ2Fub25pY2FsaXplUGVybWl0dGVkQ05BTUVzIHllcwpDQVNpZ25hdHVyZUFsZ29yaXRobXMgeWVzCkNlcnRpZmljYXRlRmlsZSB5ZXMKQ2hlY2tIb3N0SVAgeWVzCkNpcGhlcnMgeWVzCkNsZWFyQWxsRm9yd2FyZGluZ3MgeWVzCkNvbXByZXNzaW9uIHllcwpDb25uZWN0aW9uQXR0ZW1wdHMgeWVzCkNvbm5lY3RUaW1lb3V0IHllcwpDb250cm9sTWFzdGVyIHllcwpDb250cm9sUGF0aCB5ZXMKQ29udHJvbFBlcnNpc3QgeWVzCkR5bmFtaWNGb3J3YXJkIHllcwpFbmFibGVTU0hLZXlzaWduIHllcwpFc2NhcGVDaGFyIHllcwpFeGl0T25Gb3J3YXJkRmFpbHVyZSB5ZXMKRmluZ2VycHJpbnRIYXNoIHllcwpGb3JrQWZ0ZXJBdXRoZW50aWNhdGlvbiB5ZXMKRm9yd2FyZEFnZW50IHllcwpGb3J3YXJkWDExIHllcwpGb3J3YXJkWDExVGltZW91dCB5ZXMKRm9yd2FyZFgxMVRydXN0ZWQgeWVzCkdhdGV3YXlQb3J0cyB5ZXMKR2xvYmFsS25vd25Ib3N0c0ZpbGUgeWVzCkdTU0FQSUF1dGhlbnRpY2F0aW9uIHllcwpHU1NBUElDbGllbnRJZGVudGl0eSB5ZXMKR1NTQVBJRGVsZWdhdGVDcmVkZW50aWFscyB5ZXMKR1NTQVBJS2V5RXhjaGFuZ2UgeWVzCkdTU0FQSVJlbmV3YWxGb3JjZXNSZWtleSB5ZXMKR1NTQVBJU2VydmVySWRlbnRpdHkgeWVzCkdTU0FQSVRydXN0RG5zIHllcwpHU1NBUElLZXhBbGdvcml0aG1zIHllcwpIYXNoS25vd25Ib3N0cyB5ZXMKSG9zdGJhc2VkQXV0aGVudGljYXRpb24geWVzCkhvc3RiYXNlZEFjY2VwdGVkQWxnb3JpdGhtcyB5ZXMKSG9zdEtleUFsZ29yaXRobXMgeWVzCkhvc3RLZXlBbGlhcyB5ZXMKSG9zdG5hbWUgeWVzCklkZW50aXRpZXNPbmx5IHllcwpJZGVudGl0eUFnZW50IHllcwpJZGVudGl0eUZpbGUgeWVzCklnbm9yZVVua25vd24geWVzCkluY2x1ZGUgeWVzCklQUW9TIHllcwpLYmRJbnRlcmFjdGl2ZUF1dGhlbnRpY2F0aW9uIHllcwpLYmRJbnRlcmFjdGl2ZURldmljZXMgeWVzCktleEFsZ29yaXRobXMgeWVzCktub3duSG9zdHNDb21tYW5kIHllcwpMb2NhbENvbW1hbmQgeWVzCkxvY2FsRm9yd2FyZCB5ZXMKTG9nTGV2ZWwgeWVzCkxvZ1ZlcmJvc2UgeWVzCk1BQ3MgeWVzCk5vSG9zdEF1dGhlbnRpY2F0aW9uRm9yTG9jYWxob3N0IHllcwpOdW1iZXJPZlBhc3N3b3JkUHJvbXB0cyB5ZXMKUGFzc3dvcmRBdXRoZW50aWNhdGlvbiB5ZXMKUGVybWl0TG9jYWxDb21tYW5kIHllcwpQZXJtaXRSZW1vdGVPcGVuIHllcwpQS0NTMTFQcm92aWRlciB5ZXMKUG9ydCB5ZXMKUHJlZmVycmVkQXV0aGVudGljYXRpb25zIHllcwpQcm94eUNvbW1hbmQgeWVzClByb3h5SnVtcCB5ZXMKUHJveHlVc2VGZHBhc3MgeWVzClB1YmtleUFjY2VwdGVkQWxnb3JpdGhtcyB5ZXMKUHVia2V5QXV0aGVudGljYXRpb24geWVzClJla2V5TGltaXQgeWVzClJlbW90ZUNvbW1hbmQgeWVzClJlbW90ZUZvcndhcmQgeWVzClJlcXVlc3RUVFkgeWVzClJldm9rZWRIb3N0S2V5cyB5ZXMKU2VjdXJpdHlLZXlQcm92aWRlciB5ZXMKU2VuZEVudiB5ZXMKU2VydmVyQWxpdmVDb3VudE1heCB5ZXMKU2VydmVyQWxpdmVJbnRlcnZhbCB5ZXMKU2Vzc2lvblR5cGUgeWVzClNldEVudiB5ZXMKU3RkaW5OdWxsIHllcwpTdHJlYW1Mb2NhbEJpbmRNYXNrIHllcwpTdHJlYW1Mb2NhbEJpbmRVbmxpbmsgeWVzClN0cmljdEhvc3RLZXlDaGVja2luZyB5ZXMKU3lzbG9nRmFjaWxpdHkgeWVzClRDUEtlZXBBbGl2ZSB5ZXMKVHVubmVsIHllcwpUdW5uZWxEZXZpY2UgeWVzClVwZGF0ZUhvc3RLZXlzIHllcwpVc2VyIHllcwpVc2VyS25vd25Ib3N0c0ZpbGUgeWVzClZlcmlmeUhvc3RLZXlETlMgeWVzClZpc3VhbEhvc3RLZXkgeWVzClhBdXRoTG9jYXRpb24geWVzCg==", "encoding": "base64", "source": "/tmp/ssh_config" } TASK [Verify the options are in the file] ************************************** task path: /tmp/tmposga18ev/tests/tests_all_options.yml:69 Thursday 21 July 2022 20:22:47 +0000 (0:00:00.499) 0:00:07.174 ********* ok: [/cache/rhel-9.qcow2.snap] => (item=AddKeysToAgent) => { "ansible_loop_var": "item", "changed": false, "item": "AddKeysToAgent" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=AddressFamily) => { "ansible_loop_var": "item", "changed": false, "item": "AddressFamily" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=BatchMode) => { "ansible_loop_var": "item", "changed": false, "item": "BatchMode" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=BindAddress) => { "ansible_loop_var": "item", "changed": false, "item": "BindAddress" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=BindInterface) => { "ansible_loop_var": "item", "changed": false, "item": "BindInterface" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalDomains) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalDomains" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeFallbackLocal) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeFallbackLocal" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeHostname) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeHostname" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeMaxDots) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeMaxDots" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizePermittedCNAMEs) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizePermittedCNAMEs" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CASignatureAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "CASignatureAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CertificateFile) => { "ansible_loop_var": "item", "changed": false, "item": "CertificateFile" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CheckHostIP) => { "ansible_loop_var": "item", "changed": false, "item": "CheckHostIP" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Ciphers) => { "ansible_loop_var": "item", "changed": false, "item": "Ciphers" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ClearAllForwardings) => { "ansible_loop_var": "item", "changed": false, "item": "ClearAllForwardings" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Compression) => { "ansible_loop_var": "item", "changed": false, "item": "Compression" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ConnectionAttempts) => { "ansible_loop_var": "item", "changed": false, "item": "ConnectionAttempts" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ConnectTimeout) => { "ansible_loop_var": "item", "changed": false, "item": "ConnectTimeout" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ControlMaster) => { "ansible_loop_var": "item", "changed": false, "item": "ControlMaster" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ControlPath) => { "ansible_loop_var": "item", "changed": false, "item": "ControlPath" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ControlPersist) => { "ansible_loop_var": "item", "changed": false, "item": "ControlPersist" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=DynamicForward) => { "ansible_loop_var": "item", "changed": false, "item": "DynamicForward" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=EnableSSHKeysign) => { "ansible_loop_var": "item", "changed": false, "item": "EnableSSHKeysign" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=EscapeChar) => { "ansible_loop_var": "item", "changed": false, "item": "EscapeChar" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ExitOnForwardFailure) => { "ansible_loop_var": "item", "changed": false, "item": "ExitOnForwardFailure" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=FingerprintHash) => { "ansible_loop_var": "item", "changed": false, "item": "FingerprintHash" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ForkAfterAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "ForkAfterAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardAgent) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardAgent" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardX11" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11Timeout) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardX11Timeout" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11Trusted) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardX11Trusted" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GatewayPorts) => { "ansible_loop_var": "item", "changed": false, "item": "GatewayPorts" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GlobalKnownHostsFile) => { "ansible_loop_var": "item", "changed": false, "item": "GlobalKnownHostsFile" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIClientIdentity) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIClientIdentity" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIDelegateCredentials) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIDelegateCredentials" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIKeyExchange) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIKeyExchange" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIRenewalForcesRekey) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIRenewalForcesRekey" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIServerIdentity) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIServerIdentity" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPITrustDns) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPITrustDns" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIKexAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIKexAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=HashKnownHosts) => { "ansible_loop_var": "item", "changed": false, "item": "HashKnownHosts" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=HostbasedAcceptedAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "HostbasedAcceptedAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=HostbasedAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "HostbasedAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=HostKeyAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "HostKeyAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=HostKeyAlias) => { "ansible_loop_var": "item", "changed": false, "item": "HostKeyAlias" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Hostname) => { "ansible_loop_var": "item", "changed": false, "item": "Hostname" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=IdentitiesOnly) => { "ansible_loop_var": "item", "changed": false, "item": "IdentitiesOnly" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=IdentityAgent) => { "ansible_loop_var": "item", "changed": false, "item": "IdentityAgent" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=IdentityFile) => { "ansible_loop_var": "item", "changed": false, "item": "IdentityFile" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=IgnoreUnknown) => { "ansible_loop_var": "item", "changed": false, "item": "IgnoreUnknown" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Include) => { "ansible_loop_var": "item", "changed": false, "item": "Include" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=IPQoS) => { "ansible_loop_var": "item", "changed": false, "item": "IPQoS" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=KbdInteractiveAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "KbdInteractiveAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=KbdInteractiveDevices) => { "ansible_loop_var": "item", "changed": false, "item": "KbdInteractiveDevices" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=KexAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "KexAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=KnownHostsCommand) => { "ansible_loop_var": "item", "changed": false, "item": "KnownHostsCommand" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=LocalCommand) => { "ansible_loop_var": "item", "changed": false, "item": "LocalCommand" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=LocalForward) => { "ansible_loop_var": "item", "changed": false, "item": "LocalForward" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=LogLevel) => { "ansible_loop_var": "item", "changed": false, "item": "LogLevel" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=LogVerbose) => { "ansible_loop_var": "item", "changed": false, "item": "LogVerbose" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=MACs) => { "ansible_loop_var": "item", "changed": false, "item": "MACs" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=NoHostAuthenticationForLocalhost) => { "ansible_loop_var": "item", "changed": false, "item": "NoHostAuthenticationForLocalhost" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=NumberOfPasswordPrompts) => { "ansible_loop_var": "item", "changed": false, "item": "NumberOfPasswordPrompts" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PasswordAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "PasswordAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PermitLocalCommand) => { "ansible_loop_var": "item", "changed": false, "item": "PermitLocalCommand" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PermitRemoteOpen) => { "ansible_loop_var": "item", "changed": false, "item": "PermitRemoteOpen" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PKCS11Provider) => { "ansible_loop_var": "item", "changed": false, "item": "PKCS11Provider" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Port) => { "ansible_loop_var": "item", "changed": false, "item": "Port" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PreferredAuthentications) => { "ansible_loop_var": "item", "changed": false, "item": "PreferredAuthentications" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyCommand) => { "ansible_loop_var": "item", "changed": false, "item": "ProxyCommand" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyJump) => { "ansible_loop_var": "item", "changed": false, "item": "ProxyJump" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyUseFdpass) => { "ansible_loop_var": "item", "changed": false, "item": "ProxyUseFdpass" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PubkeyAcceptedAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "PubkeyAcceptedAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PubkeyAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "PubkeyAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=RekeyLimit) => { "ansible_loop_var": "item", "changed": false, "item": "RekeyLimit" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=RemoteCommand) => { "ansible_loop_var": "item", "changed": false, "item": "RemoteCommand" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=RemoteForward) => { "ansible_loop_var": "item", "changed": false, "item": "RemoteForward" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=RequestTTY) => { "ansible_loop_var": "item", "changed": false, "item": "RequestTTY" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=RevokedHostKeys) => { "ansible_loop_var": "item", "changed": false, "item": "RevokedHostKeys" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=SecurityKeyProvider) => { "ansible_loop_var": "item", "changed": false, "item": "SecurityKeyProvider" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=SendEnv) => { "ansible_loop_var": "item", "changed": false, "item": "SendEnv" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ServerAliveCountMax) => { "ansible_loop_var": "item", "changed": false, "item": "ServerAliveCountMax" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ServerAliveInterval) => { "ansible_loop_var": "item", "changed": false, "item": "ServerAliveInterval" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=SessionType) => { "ansible_loop_var": "item", "changed": false, "item": "SessionType" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=SetEnv) => { "ansible_loop_var": "item", "changed": false, "item": "SetEnv" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=StdinNull) => { "ansible_loop_var": "item", "changed": false, "item": "StdinNull" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=StreamLocalBindMask) => { "ansible_loop_var": "item", "changed": false, "item": "StreamLocalBindMask" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=StreamLocalBindUnlink) => { "ansible_loop_var": "item", "changed": false, "item": "StreamLocalBindUnlink" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=StrictHostKeyChecking) => { "ansible_loop_var": "item", "changed": false, "item": "StrictHostKeyChecking" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=SyslogFacility) => { "ansible_loop_var": "item", "changed": false, "item": "SyslogFacility" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=TCPKeepAlive) => { "ansible_loop_var": "item", "changed": false, "item": "TCPKeepAlive" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Tunnel) => { "ansible_loop_var": "item", "changed": false, "item": "Tunnel" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=TunnelDevice) => { "ansible_loop_var": "item", "changed": false, "item": "TunnelDevice" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=UpdateHostKeys) => { "ansible_loop_var": "item", "changed": false, "item": "UpdateHostKeys" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=User) => { "ansible_loop_var": "item", "changed": false, "item": "User" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=UserKnownHostsFile) => { "ansible_loop_var": "item", "changed": false, "item": "UserKnownHostsFile" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=VerifyHostKeyDNS) => { "ansible_loop_var": "item", "changed": false, "item": "VerifyHostKeyDNS" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=VisualHostKey) => { "ansible_loop_var": "item", "changed": false, "item": "VisualHostKey" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=XAuthLocation) => { "ansible_loop_var": "item", "changed": false, "item": "XAuthLocation" } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-9.qcow2.snap : ok=13 changed=1 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 Thursday 21 July 2022 20:22:49 +0000 (0:00:01.232) 0:00:08.406 ********* =============================================================================== Verify the options are in the file -------------------------------------- 1.23s /tmp/tmposga18ev/tests/tests_all_options.yml:69 ------------------------------- Construct the configuration list ---------------------------------------- 1.22s /tmp/tmposga18ev/tests/tests_all_options.yml:49 ------------------------------- Gathering Facts --------------------------------------------------------- 1.12s /tmp/tmposga18ev/tests/tests_all_options.yml:2 -------------------------------- linux-system-roles.ssh : Generate the configuration file ---------------- 1.05s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:28 --------- Make sure manual pages and bash are installed --------------------------- 1.01s /tmp/tmposga18ev/tests/tests_all_options.yml:25 ------------------------------- linux-system-roles.ssh : Ensure required packages are installed --------- 0.84s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 ---------- Get list of options from manual page ------------------------------------ 0.57s /tmp/tmposga18ev/tests/tests_all_options.yml:33 ------------------------------- linux-system-roles.ssh : Ensure ansible_facts used by role -------------- 0.52s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 ------ Download the configuration file ----------------------------------------- 0.50s /tmp/tmposga18ev/tests/tests_all_options.yml:64 ------------------------------- linux-system-roles.ssh : Set platform/version specific variables -------- 0.08s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:8 ------ Define common variables ------------------------------------------------- 0.07s /tmp/tmposga18ev/tests/tests_all_options.yml:15 ------------------------------- Run role ---------------------------------------------------------------- 0.03s /tmp/tmposga18ev/tests/tests_all_options.yml:55 ------------------------------- debug ------------------------------------------------------------------- 0.03s /tmp/tmposga18ev/tests/tests_all_options.yml:46 ------------------------------- Ubuntu and RHEL6 containers are minified, missing manual pages ---------- 0.03s /tmp/tmposga18ev/tests/tests_all_options.yml:8 -------------------------------- linux-system-roles.ssh : Set platform/version specific variables -------- 0.03s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 ---------- linux-system-roles.ssh : Gather information about the user for user configuration --- 0.02s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:10 --------- linux-system-roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.02s /tmp/tmposga18ev/tests/roles/linux-system-roles.ssh/tasks/main.yml:17 --------- Define specific variables ----------------------------------------------- 0.02s /tmp/tmposga18ev/tests/tests_all_options.yml:19 ------------------------------- ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmp08vsdpvi executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_all_options.yml ************************************************ 1 plays in /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml PLAY [Test we can handle all configuration options documented in manual page] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:2 Thursday 21 July 2022 20:24:58 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [/cache/rhel-9.qcow2.snap] META: ran handlers TASK [Ubuntu and RHEL6 containers are minified, missing manual pages] ********** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:8 Thursday 21 July 2022 20:24:59 +0000 (0:00:01.116) 0:00:01.129 ********* META: end_host conditional evaluated to false, continuing execution for /cache/rhel-9.qcow2.snap skipping: [/cache/rhel-9.qcow2.snap] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for /cache/rhel-9.qcow2.snap" } MSG: end_host conditional evaluated to false, continuing execution for /cache/rhel-9.qcow2.snap TASK [Define common variables] ************************************************* task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:13 Thursday 21 July 2022 20:24:59 +0000 (0:00:00.030) 0:00:01.159 ********* ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "ssh_test_package": "openssh-clients" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:17 Thursday 21 July 2022 20:24:59 +0000 (0:00:00.072) 0:00:01.232 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure manual pages and bash are installed] *************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:23 Thursday 21 July 2022 20:24:59 +0000 (0:00:00.019) 0:00:01.252 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get list of options from manual page] ************************************ task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:31 Thursday 21 July 2022 20:25:00 +0000 (0:00:00.916) 0:00:02.168 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": "set -o pipefail && man ssh_config | grep -o '^ [A-Z][A-Za-z0-9]*\\(.\\| \\)' | grep -v \"[A-Za-z0-9] $\" | grep -v \"[^A-Za-z0-9 ]$\" | awk '{ print $1 }' | grep -v '^$' | grep -v \"^Host$\" | grep -v \"^Match$\"", "delta": "0:00:00.130527", "end": "2022-07-21 16:24:59.906654", "rc": 0, "start": "2022-07-21 16:24:59.776127" } STDOUT: AddKeysToAgent AddressFamily BatchMode BindAddress BindInterface CanonicalDomains CanonicalizeFallbackLocal CanonicalizeHostname CanonicalizeMaxDots CanonicalizePermittedCNAMEs CASignatureAlgorithms CertificateFile CheckHostIP Ciphers ClearAllForwardings Compression ConnectionAttempts ConnectTimeout ControlMaster ControlPath ControlPersist DynamicForward EnableSSHKeysign EscapeChar ExitOnForwardFailure FingerprintHash ForkAfterAuthentication ForwardAgent ForwardX11 ForwardX11Timeout ForwardX11Trusted GatewayPorts GlobalKnownHostsFile GSSAPIAuthentication GSSAPIClientIdentity GSSAPIDelegateCredentials GSSAPIKeyExchange GSSAPIRenewalForcesRekey GSSAPIServerIdentity GSSAPITrustDns GSSAPIKexAlgorithms HashKnownHosts HostbasedAcceptedAlgorithms HostbasedAuthentication HostKeyAlgorithms HostKeyAlias Hostname IdentitiesOnly IdentityAgent IdentityFile IgnoreUnknown Include IPQoS KbdInteractiveAuthentication KbdInteractiveDevices KexAlgorithms KnownHostsCommand LocalCommand LocalForward LogLevel LogVerbose MACs NoHostAuthenticationForLocalhost NumberOfPasswordPrompts PasswordAuthentication PermitLocalCommand PermitRemoteOpen PKCS11Provider Port PreferredAuthentications ProxyCommand ProxyJump ProxyUseFdpass PubkeyAcceptedAlgorithms PubkeyAuthentication RekeyLimit RemoteCommand RemoteForward RequestTTY RevokedHostKeys SecurityKeyProvider SendEnv ServerAliveCountMax ServerAliveInterval SessionType SetEnv StdinNull StreamLocalBindMask StreamLocalBindUnlink StrictHostKeyChecking SyslogFacility TCPKeepAlive Tunnel TunnelDevice UpdateHostKeys User UserKnownHostsFile VerifyHostKeyDNS VisualHostKey XAuthLocation TASK [debug] ******************************************************************* task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:44 Thursday 21 July 2022 20:25:01 +0000 (0:00:00.585) 0:00:02.753 ********* ok: [/cache/rhel-9.qcow2.snap] => { "ssh_options.stdout_lines": [ "AddKeysToAgent", "AddressFamily", "BatchMode", "BindAddress", "BindInterface", "CanonicalDomains", "CanonicalizeFallbackLocal", "CanonicalizeHostname", "CanonicalizeMaxDots", "CanonicalizePermittedCNAMEs", "CASignatureAlgorithms", "CertificateFile", "CheckHostIP", "Ciphers", "ClearAllForwardings", "Compression", "ConnectionAttempts", "ConnectTimeout", "ControlMaster", "ControlPath", "ControlPersist", "DynamicForward", "EnableSSHKeysign", "EscapeChar", "ExitOnForwardFailure", "FingerprintHash", "ForkAfterAuthentication", "ForwardAgent", "ForwardX11", "ForwardX11Timeout", "ForwardX11Trusted", "GatewayPorts", "GlobalKnownHostsFile", "GSSAPIAuthentication", "GSSAPIClientIdentity", "GSSAPIDelegateCredentials", "GSSAPIKeyExchange", "GSSAPIRenewalForcesRekey", "GSSAPIServerIdentity", "GSSAPITrustDns", "GSSAPIKexAlgorithms", "HashKnownHosts", "HostbasedAcceptedAlgorithms", "HostbasedAuthentication", "HostKeyAlgorithms", "HostKeyAlias", "Hostname", "IdentitiesOnly", "IdentityAgent", "IdentityFile", "IgnoreUnknown", "Include", "IPQoS", "KbdInteractiveAuthentication", "KbdInteractiveDevices", "KexAlgorithms", "KnownHostsCommand", "LocalCommand", "LocalForward", "LogLevel", "LogVerbose", "MACs", "NoHostAuthenticationForLocalhost", "NumberOfPasswordPrompts", "PasswordAuthentication", "PermitLocalCommand", "PermitRemoteOpen", "PKCS11Provider", "Port", "PreferredAuthentications", "ProxyCommand", "ProxyJump", "ProxyUseFdpass", "PubkeyAcceptedAlgorithms", "PubkeyAuthentication", "RekeyLimit", "RemoteCommand", "RemoteForward", "RequestTTY", "RevokedHostKeys", "SecurityKeyProvider", "SendEnv", "ServerAliveCountMax", "ServerAliveInterval", "SessionType", "SetEnv", "StdinNull", "StreamLocalBindMask", "StreamLocalBindUnlink", "StrictHostKeyChecking", "SyslogFacility", "TCPKeepAlive", "Tunnel", "TunnelDevice", "UpdateHostKeys", "User", "UserKnownHostsFile", "VerifyHostKeyDNS", "VisualHostKey", "XAuthLocation" ] } TASK [Construct the configuration list] **************************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:47 Thursday 21 July 2022 20:25:01 +0000 (0:00:00.031) 0:00:02.784 ********* ok: [/cache/rhel-9.qcow2.snap] => (item=AddKeysToAgent) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "AddKeysToAgent" } ok: [/cache/rhel-9.qcow2.snap] => (item=AddressFamily) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "AddressFamily" } ok: [/cache/rhel-9.qcow2.snap] => (item=BatchMode) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "BatchMode" } ok: [/cache/rhel-9.qcow2.snap] => (item=BindAddress) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "BindAddress" } ok: [/cache/rhel-9.qcow2.snap] => (item=BindInterface) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "BindInterface" } ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalDomains) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CanonicalDomains": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CanonicalDomains" } ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeFallbackLocal) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeFallbackLocal" } ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeHostname) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeHostname" } ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeMaxDots) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeMaxDots" } ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizePermittedCNAMEs) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CanonicalizePermittedCNAMEs" } ok: [/cache/rhel-9.qcow2.snap] => (item=CASignatureAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CASignatureAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=CertificateFile) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CertificateFile" } ok: [/cache/rhel-9.qcow2.snap] => (item=CheckHostIP) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "CheckHostIP" } ok: [/cache/rhel-9.qcow2.snap] => (item=Ciphers) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Ciphers" } ok: [/cache/rhel-9.qcow2.snap] => (item=ClearAllForwardings) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ClearAllForwardings" } ok: [/cache/rhel-9.qcow2.snap] => (item=Compression) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Compression" } ok: [/cache/rhel-9.qcow2.snap] => (item=ConnectionAttempts) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectionAttempts": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ConnectionAttempts" } ok: [/cache/rhel-9.qcow2.snap] => (item=ConnectTimeout) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ConnectTimeout" } ok: [/cache/rhel-9.qcow2.snap] => (item=ControlMaster) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ControlMaster" } ok: [/cache/rhel-9.qcow2.snap] => (item=ControlPath) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ControlPath" } ok: [/cache/rhel-9.qcow2.snap] => (item=ControlPersist) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ControlPersist" } ok: [/cache/rhel-9.qcow2.snap] => (item=DynamicForward) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "DynamicForward" } ok: [/cache/rhel-9.qcow2.snap] => (item=EnableSSHKeysign) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "EnableSSHKeysign" } ok: [/cache/rhel-9.qcow2.snap] => (item=EscapeChar) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "EscapeChar" } ok: [/cache/rhel-9.qcow2.snap] => (item=ExitOnForwardFailure) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ExitOnForwardFailure" } ok: [/cache/rhel-9.qcow2.snap] => (item=FingerprintHash) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "FingerprintHash" } ok: [/cache/rhel-9.qcow2.snap] => (item=ForkAfterAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ForkAfterAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardAgent) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ForwardAgent" } ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ForwardX11" } ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11Timeout) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ForwardX11Timeout" } ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11Trusted) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ForwardX11Trusted" } ok: [/cache/rhel-9.qcow2.snap] => (item=GatewayPorts) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GatewayPorts": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GatewayPorts" } ok: [/cache/rhel-9.qcow2.snap] => (item=GlobalKnownHostsFile) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GlobalKnownHostsFile" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIClientIdentity) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIClientIdentity" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIDelegateCredentials) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIDelegateCredentials" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIKeyExchange) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKeyExchange": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIKeyExchange" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIRenewalForcesRekey) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIRenewalForcesRekey" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIServerIdentity) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIServerIdentity" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPITrustDns) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPITrustDns" } ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIKexAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "GSSAPIKexAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=HashKnownHosts) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "HashKnownHosts" } ok: [/cache/rhel-9.qcow2.snap] => (item=HostbasedAcceptedAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostbasedAcceptedAlgorithms": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "HostbasedAcceptedAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=HostbasedAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "HostbasedAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=HostKeyAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "HostKeyAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=HostKeyAlias) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "HostKeyAlias" } ok: [/cache/rhel-9.qcow2.snap] => (item=Hostname) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Hostname" } ok: [/cache/rhel-9.qcow2.snap] => (item=IdentitiesOnly) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IdentitiesOnly": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "IdentitiesOnly" } ok: [/cache/rhel-9.qcow2.snap] => (item=IdentityAgent) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "IdentityAgent" } ok: [/cache/rhel-9.qcow2.snap] => (item=IdentityFile) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "IdentityFile" } ok: [/cache/rhel-9.qcow2.snap] => (item=IgnoreUnknown) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "IgnoreUnknown" } ok: [/cache/rhel-9.qcow2.snap] => (item=Include) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Include" } ok: [/cache/rhel-9.qcow2.snap] => (item=IPQoS) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "IPQoS" } ok: [/cache/rhel-9.qcow2.snap] => (item=KbdInteractiveAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "KbdInteractiveAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=KbdInteractiveDevices) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "KbdInteractiveDevices" } ok: [/cache/rhel-9.qcow2.snap] => (item=KexAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "KexAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=KnownHostsCommand) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "KnownHostsCommand" } ok: [/cache/rhel-9.qcow2.snap] => (item=LocalCommand) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "LocalCommand" } ok: [/cache/rhel-9.qcow2.snap] => (item=LocalForward) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "LocalForward" } ok: [/cache/rhel-9.qcow2.snap] => (item=LogLevel) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "LogLevel" } ok: [/cache/rhel-9.qcow2.snap] => (item=LogVerbose) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "LogVerbose" } ok: [/cache/rhel-9.qcow2.snap] => (item=MACs) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "MACs" } ok: [/cache/rhel-9.qcow2.snap] => (item=NoHostAuthenticationForLocalhost) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "NoHostAuthenticationForLocalhost" } ok: [/cache/rhel-9.qcow2.snap] => (item=NumberOfPasswordPrompts) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "NumberOfPasswordPrompts" } ok: [/cache/rhel-9.qcow2.snap] => (item=PasswordAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PasswordAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PasswordAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=PermitLocalCommand) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PermitLocalCommand" } ok: [/cache/rhel-9.qcow2.snap] => (item=PermitRemoteOpen) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PermitRemoteOpen" } ok: [/cache/rhel-9.qcow2.snap] => (item=PKCS11Provider) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PKCS11Provider" } ok: [/cache/rhel-9.qcow2.snap] => (item=Port) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Port" } ok: [/cache/rhel-9.qcow2.snap] => (item=PreferredAuthentications) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PreferredAuthentications" } ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyCommand) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ProxyCommand" } ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyJump) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ProxyJump" } ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyUseFdpass) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ProxyUseFdpass" } ok: [/cache/rhel-9.qcow2.snap] => (item=PubkeyAcceptedAlgorithms) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PubkeyAcceptedAlgorithms" } ok: [/cache/rhel-9.qcow2.snap] => (item=PubkeyAuthentication) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "PubkeyAuthentication" } ok: [/cache/rhel-9.qcow2.snap] => (item=RekeyLimit) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RekeyLimit" } ok: [/cache/rhel-9.qcow2.snap] => (item=RemoteCommand) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RemoteCommand" } ok: [/cache/rhel-9.qcow2.snap] => (item=RemoteForward) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RemoteForward" } ok: [/cache/rhel-9.qcow2.snap] => (item=RequestTTY) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RequestTTY" } ok: [/cache/rhel-9.qcow2.snap] => (item=RevokedHostKeys) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RevokedHostKeys" } ok: [/cache/rhel-9.qcow2.snap] => (item=SecurityKeyProvider) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SecurityKeyProvider" } ok: [/cache/rhel-9.qcow2.snap] => (item=SendEnv) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SendEnv" } ok: [/cache/rhel-9.qcow2.snap] => (item=ServerAliveCountMax) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ServerAliveCountMax" } ok: [/cache/rhel-9.qcow2.snap] => (item=ServerAliveInterval) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ServerAliveInterval" } ok: [/cache/rhel-9.qcow2.snap] => (item=SessionType) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SessionType" } ok: [/cache/rhel-9.qcow2.snap] => (item=SetEnv) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SetEnv" } ok: [/cache/rhel-9.qcow2.snap] => (item=StdinNull) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "StdinNull" } ok: [/cache/rhel-9.qcow2.snap] => (item=StreamLocalBindMask) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "StreamLocalBindMask" } ok: [/cache/rhel-9.qcow2.snap] => (item=StreamLocalBindUnlink) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "StreamLocalBindUnlink" } ok: [/cache/rhel-9.qcow2.snap] => (item=StrictHostKeyChecking) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "StrictHostKeyChecking" } ok: [/cache/rhel-9.qcow2.snap] => (item=SyslogFacility) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SyslogFacility" } ok: [/cache/rhel-9.qcow2.snap] => (item=TCPKeepAlive) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "TCPKeepAlive" } ok: [/cache/rhel-9.qcow2.snap] => (item=Tunnel) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "Tunnel" } ok: [/cache/rhel-9.qcow2.snap] => (item=TunnelDevice) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "TunnelDevice" } ok: [/cache/rhel-9.qcow2.snap] => (item=UpdateHostKeys) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "UpdateHostKeys" } ok: [/cache/rhel-9.qcow2.snap] => (item=User) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes", "User": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "User" } ok: [/cache/rhel-9.qcow2.snap] => (item=UserKnownHostsFile) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes", "User": "yes", "UserKnownHostsFile": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "UserKnownHostsFile" } ok: [/cache/rhel-9.qcow2.snap] => (item=VerifyHostKeyDNS) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes", "User": "yes", "UserKnownHostsFile": "yes", "VerifyHostKeyDNS": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "VerifyHostKeyDNS" } ok: [/cache/rhel-9.qcow2.snap] => (item=VisualHostKey) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes", "User": "yes", "UserKnownHostsFile": "yes", "VerifyHostKeyDNS": "yes", "VisualHostKey": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "VisualHostKey" } ok: [/cache/rhel-9.qcow2.snap] => (item=XAuthLocation) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes", "BindInterface": "yes", "CASignatureAlgorithms": "yes", "CanonicalDomains": "yes", "CanonicalizeFallbackLocal": "yes", "CanonicalizeHostname": "yes", "CanonicalizeMaxDots": "yes", "CanonicalizePermittedCNAMEs": "yes", "CertificateFile": "yes", "CheckHostIP": "yes", "Ciphers": "yes", "ClearAllForwardings": "yes", "Compression": "yes", "ConnectTimeout": "yes", "ConnectionAttempts": "yes", "ControlMaster": "yes", "ControlPath": "yes", "ControlPersist": "yes", "DynamicForward": "yes", "EnableSSHKeysign": "yes", "EscapeChar": "yes", "ExitOnForwardFailure": "yes", "FingerprintHash": "yes", "ForkAfterAuthentication": "yes", "ForwardAgent": "yes", "ForwardX11": "yes", "ForwardX11Timeout": "yes", "ForwardX11Trusted": "yes", "GSSAPIAuthentication": "yes", "GSSAPIClientIdentity": "yes", "GSSAPIDelegateCredentials": "yes", "GSSAPIKexAlgorithms": "yes", "GSSAPIKeyExchange": "yes", "GSSAPIRenewalForcesRekey": "yes", "GSSAPIServerIdentity": "yes", "GSSAPITrustDns": "yes", "GatewayPorts": "yes", "GlobalKnownHostsFile": "yes", "HashKnownHosts": "yes", "HostKeyAlgorithms": "yes", "HostKeyAlias": "yes", "HostbasedAcceptedAlgorithms": "yes", "HostbasedAuthentication": "yes", "Hostname": "yes", "IPQoS": "yes", "IdentitiesOnly": "yes", "IdentityAgent": "yes", "IdentityFile": "yes", "IgnoreUnknown": "yes", "Include": "yes", "KbdInteractiveAuthentication": "yes", "KbdInteractiveDevices": "yes", "KexAlgorithms": "yes", "KnownHostsCommand": "yes", "LocalCommand": "yes", "LocalForward": "yes", "LogLevel": "yes", "LogVerbose": "yes", "MACs": "yes", "NoHostAuthenticationForLocalhost": "yes", "NumberOfPasswordPrompts": "yes", "PKCS11Provider": "yes", "PasswordAuthentication": "yes", "PermitLocalCommand": "yes", "PermitRemoteOpen": "yes", "Port": "yes", "PreferredAuthentications": "yes", "ProxyCommand": "yes", "ProxyJump": "yes", "ProxyUseFdpass": "yes", "PubkeyAcceptedAlgorithms": "yes", "PubkeyAuthentication": "yes", "RekeyLimit": "yes", "RemoteCommand": "yes", "RemoteForward": "yes", "RequestTTY": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes", "StdinNull": "yes", "StreamLocalBindMask": "yes", "StreamLocalBindUnlink": "yes", "StrictHostKeyChecking": "yes", "SyslogFacility": "yes", "TCPKeepAlive": "yes", "Tunnel": "yes", "TunnelDevice": "yes", "UpdateHostKeys": "yes", "User": "yes", "UserKnownHostsFile": "yes", "VerifyHostKeyDNS": "yes", "VisualHostKey": "yes", "XAuthLocation": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "XAuthLocation" } TASK [Run role] **************************************************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:52 Thursday 21 July 2022 20:25:02 +0000 (0:00:01.219) 0:00:04.004 ********* TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Thursday 21 July 2022 20:25:02 +0000 (0:00:00.045) 0:00:04.050 ********* included: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for /cache/rhel-9.qcow2.snap TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Thursday 21 July 2022 20:25:02 +0000 (0:00:00.030) 0:00:04.080 ********* ok: [/cache/rhel-9.qcow2.snap] TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Thursday 21 July 2022 20:25:02 +0000 (0:00:00.526) 0:00:04.606 ********* skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [/cache/rhel-9.qcow2.snap] => (item=RedHat_9.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/RedHat_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.yml" } skipping: [/cache/rhel-9.qcow2.snap] => (item=RedHat_9.0.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_9.0.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Thursday 21 July 2022 20:25:02 +0000 (0:00:00.053) 0:00:04.660 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ssh : Gather information about the user for user configuration] *** task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:10 Thursday 21 July 2022 20:25:03 +0000 (0:00:00.873) 0:00:05.533 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Thursday 21 July 2022 20:25:03 +0000 (0:00:00.025) 0:00:05.558 ********* skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 Thursday 21 July 2022 20:25:03 +0000 (0:00:00.024) 0:00:05.583 ********* changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "checksum": "d615f1716705cccb178174edd9e7326528ea4fdd", "dest": "/tmp/ssh_config", "gid": 0, "group": "root", "md5sum": "5e04ad2fb75ad83fdf289dcd2908b5f7", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 2044, "src": "/root/.ansible/tmp/ansible-tmp-1658435103.9527886-47239-273262993591208/source", "state": "file", "uid": 0 } META: role_complete for /cache/rhel-9.qcow2.snap TASK [Download the configuration file] ***************************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:60 Thursday 21 July 2022 20:25:04 +0000 (0:00:01.058) 0:00:06.642 ********* ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCkFkZEtleXNUb0FnZW50IHllcwpBZGRyZXNzRmFtaWx5IHllcwpCYXRjaE1vZGUgeWVzCkJpbmRBZGRyZXNzIHllcwpCaW5kSW50ZXJmYWNlIHllcwpDYW5vbmljYWxEb21haW5zIHllcwpDYW5vbmljYWxpemVGYWxsYmFja0xvY2FsIHllcwpDYW5vbmljYWxpemVIb3N0bmFtZSB5ZXMKQ2Fub25pY2FsaXplTWF4RG90cyB5ZXMKQ2Fub25pY2FsaXplUGVybWl0dGVkQ05BTUVzIHllcwpDQVNpZ25hdHVyZUFsZ29yaXRobXMgeWVzCkNlcnRpZmljYXRlRmlsZSB5ZXMKQ2hlY2tIb3N0SVAgeWVzCkNpcGhlcnMgeWVzCkNsZWFyQWxsRm9yd2FyZGluZ3MgeWVzCkNvbXByZXNzaW9uIHllcwpDb25uZWN0aW9uQXR0ZW1wdHMgeWVzCkNvbm5lY3RUaW1lb3V0IHllcwpDb250cm9sTWFzdGVyIHllcwpDb250cm9sUGF0aCB5ZXMKQ29udHJvbFBlcnNpc3QgeWVzCkR5bmFtaWNGb3J3YXJkIHllcwpFbmFibGVTU0hLZXlzaWduIHllcwpFc2NhcGVDaGFyIHllcwpFeGl0T25Gb3J3YXJkRmFpbHVyZSB5ZXMKRmluZ2VycHJpbnRIYXNoIHllcwpGb3JrQWZ0ZXJBdXRoZW50aWNhdGlvbiB5ZXMKRm9yd2FyZEFnZW50IHllcwpGb3J3YXJkWDExIHllcwpGb3J3YXJkWDExVGltZW91dCB5ZXMKRm9yd2FyZFgxMVRydXN0ZWQgeWVzCkdhdGV3YXlQb3J0cyB5ZXMKR2xvYmFsS25vd25Ib3N0c0ZpbGUgeWVzCkdTU0FQSUF1dGhlbnRpY2F0aW9uIHllcwpHU1NBUElDbGllbnRJZGVudGl0eSB5ZXMKR1NTQVBJRGVsZWdhdGVDcmVkZW50aWFscyB5ZXMKR1NTQVBJS2V5RXhjaGFuZ2UgeWVzCkdTU0FQSVJlbmV3YWxGb3JjZXNSZWtleSB5ZXMKR1NTQVBJU2VydmVySWRlbnRpdHkgeWVzCkdTU0FQSVRydXN0RG5zIHllcwpHU1NBUElLZXhBbGdvcml0aG1zIHllcwpIYXNoS25vd25Ib3N0cyB5ZXMKSG9zdGJhc2VkQXV0aGVudGljYXRpb24geWVzCkhvc3RiYXNlZEFjY2VwdGVkQWxnb3JpdGhtcyB5ZXMKSG9zdEtleUFsZ29yaXRobXMgeWVzCkhvc3RLZXlBbGlhcyB5ZXMKSG9zdG5hbWUgeWVzCklkZW50aXRpZXNPbmx5IHllcwpJZGVudGl0eUFnZW50IHllcwpJZGVudGl0eUZpbGUgeWVzCklnbm9yZVVua25vd24geWVzCkluY2x1ZGUgeWVzCklQUW9TIHllcwpLYmRJbnRlcmFjdGl2ZUF1dGhlbnRpY2F0aW9uIHllcwpLYmRJbnRlcmFjdGl2ZURldmljZXMgeWVzCktleEFsZ29yaXRobXMgeWVzCktub3duSG9zdHNDb21tYW5kIHllcwpMb2NhbENvbW1hbmQgeWVzCkxvY2FsRm9yd2FyZCB5ZXMKTG9nTGV2ZWwgeWVzCkxvZ1ZlcmJvc2UgeWVzCk1BQ3MgeWVzCk5vSG9zdEF1dGhlbnRpY2F0aW9uRm9yTG9jYWxob3N0IHllcwpOdW1iZXJPZlBhc3N3b3JkUHJvbXB0cyB5ZXMKUGFzc3dvcmRBdXRoZW50aWNhdGlvbiB5ZXMKUGVybWl0TG9jYWxDb21tYW5kIHllcwpQZXJtaXRSZW1vdGVPcGVuIHllcwpQS0NTMTFQcm92aWRlciB5ZXMKUG9ydCB5ZXMKUHJlZmVycmVkQXV0aGVudGljYXRpb25zIHllcwpQcm94eUNvbW1hbmQgeWVzClByb3h5SnVtcCB5ZXMKUHJveHlVc2VGZHBhc3MgeWVzClB1YmtleUFjY2VwdGVkQWxnb3JpdGhtcyB5ZXMKUHVia2V5QXV0aGVudGljYXRpb24geWVzClJla2V5TGltaXQgeWVzClJlbW90ZUNvbW1hbmQgeWVzClJlbW90ZUZvcndhcmQgeWVzClJlcXVlc3RUVFkgeWVzClJldm9rZWRIb3N0S2V5cyB5ZXMKU2VjdXJpdHlLZXlQcm92aWRlciB5ZXMKU2VuZEVudiB5ZXMKU2VydmVyQWxpdmVDb3VudE1heCB5ZXMKU2VydmVyQWxpdmVJbnRlcnZhbCB5ZXMKU2Vzc2lvblR5cGUgeWVzClNldEVudiB5ZXMKU3RkaW5OdWxsIHllcwpTdHJlYW1Mb2NhbEJpbmRNYXNrIHllcwpTdHJlYW1Mb2NhbEJpbmRVbmxpbmsgeWVzClN0cmljdEhvc3RLZXlDaGVja2luZyB5ZXMKU3lzbG9nRmFjaWxpdHkgeWVzClRDUEtlZXBBbGl2ZSB5ZXMKVHVubmVsIHllcwpUdW5uZWxEZXZpY2UgeWVzClVwZGF0ZUhvc3RLZXlzIHllcwpVc2VyIHllcwpVc2VyS25vd25Ib3N0c0ZpbGUgeWVzClZlcmlmeUhvc3RLZXlETlMgeWVzClZpc3VhbEhvc3RLZXkgeWVzClhBdXRoTG9jYXRpb24geWVzCg==", "encoding": "base64", "source": "/tmp/ssh_config" } TASK [Verify the options are in the file] ************************************** task path: /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:65 Thursday 21 July 2022 20:25:05 +0000 (0:00:00.533) 0:00:07.175 ********* ok: [/cache/rhel-9.qcow2.snap] => (item=AddKeysToAgent) => { "ansible_loop_var": "item", "changed": false, "item": "AddKeysToAgent" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=AddressFamily) => { "ansible_loop_var": "item", "changed": false, "item": "AddressFamily" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=BatchMode) => { "ansible_loop_var": "item", "changed": false, "item": "BatchMode" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=BindAddress) => { "ansible_loop_var": "item", "changed": false, "item": "BindAddress" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=BindInterface) => { "ansible_loop_var": "item", "changed": false, "item": "BindInterface" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalDomains) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalDomains" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeFallbackLocal) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeFallbackLocal" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeHostname) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeHostname" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizeMaxDots) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeMaxDots" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CanonicalizePermittedCNAMEs) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizePermittedCNAMEs" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CASignatureAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "CASignatureAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CertificateFile) => { "ansible_loop_var": "item", "changed": false, "item": "CertificateFile" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=CheckHostIP) => { "ansible_loop_var": "item", "changed": false, "item": "CheckHostIP" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Ciphers) => { "ansible_loop_var": "item", "changed": false, "item": "Ciphers" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ClearAllForwardings) => { "ansible_loop_var": "item", "changed": false, "item": "ClearAllForwardings" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Compression) => { "ansible_loop_var": "item", "changed": false, "item": "Compression" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ConnectionAttempts) => { "ansible_loop_var": "item", "changed": false, "item": "ConnectionAttempts" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ConnectTimeout) => { "ansible_loop_var": "item", "changed": false, "item": "ConnectTimeout" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ControlMaster) => { "ansible_loop_var": "item", "changed": false, "item": "ControlMaster" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ControlPath) => { "ansible_loop_var": "item", "changed": false, "item": "ControlPath" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ControlPersist) => { "ansible_loop_var": "item", "changed": false, "item": "ControlPersist" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=DynamicForward) => { "ansible_loop_var": "item", "changed": false, "item": "DynamicForward" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=EnableSSHKeysign) => { "ansible_loop_var": "item", "changed": false, "item": "EnableSSHKeysign" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=EscapeChar) => { "ansible_loop_var": "item", "changed": false, "item": "EscapeChar" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ExitOnForwardFailure) => { "ansible_loop_var": "item", "changed": false, "item": "ExitOnForwardFailure" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=FingerprintHash) => { "ansible_loop_var": "item", "changed": false, "item": "FingerprintHash" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ForkAfterAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "ForkAfterAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardAgent) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardAgent" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardX11" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11Timeout) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardX11Timeout" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ForwardX11Trusted) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardX11Trusted" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GatewayPorts) => { "ansible_loop_var": "item", "changed": false, "item": "GatewayPorts" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GlobalKnownHostsFile) => { "ansible_loop_var": "item", "changed": false, "item": "GlobalKnownHostsFile" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIClientIdentity) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIClientIdentity" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIDelegateCredentials) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIDelegateCredentials" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIKeyExchange) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIKeyExchange" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIRenewalForcesRekey) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIRenewalForcesRekey" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIServerIdentity) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIServerIdentity" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPITrustDns) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPITrustDns" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=GSSAPIKexAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIKexAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=HashKnownHosts) => { "ansible_loop_var": "item", "changed": false, "item": "HashKnownHosts" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=HostbasedAcceptedAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "HostbasedAcceptedAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=HostbasedAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "HostbasedAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=HostKeyAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "HostKeyAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=HostKeyAlias) => { "ansible_loop_var": "item", "changed": false, "item": "HostKeyAlias" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Hostname) => { "ansible_loop_var": "item", "changed": false, "item": "Hostname" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=IdentitiesOnly) => { "ansible_loop_var": "item", "changed": false, "item": "IdentitiesOnly" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=IdentityAgent) => { "ansible_loop_var": "item", "changed": false, "item": "IdentityAgent" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=IdentityFile) => { "ansible_loop_var": "item", "changed": false, "item": "IdentityFile" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=IgnoreUnknown) => { "ansible_loop_var": "item", "changed": false, "item": "IgnoreUnknown" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Include) => { "ansible_loop_var": "item", "changed": false, "item": "Include" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=IPQoS) => { "ansible_loop_var": "item", "changed": false, "item": "IPQoS" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=KbdInteractiveAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "KbdInteractiveAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=KbdInteractiveDevices) => { "ansible_loop_var": "item", "changed": false, "item": "KbdInteractiveDevices" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=KexAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "KexAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=KnownHostsCommand) => { "ansible_loop_var": "item", "changed": false, "item": "KnownHostsCommand" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=LocalCommand) => { "ansible_loop_var": "item", "changed": false, "item": "LocalCommand" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=LocalForward) => { "ansible_loop_var": "item", "changed": false, "item": "LocalForward" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=LogLevel) => { "ansible_loop_var": "item", "changed": false, "item": "LogLevel" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=LogVerbose) => { "ansible_loop_var": "item", "changed": false, "item": "LogVerbose" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=MACs) => { "ansible_loop_var": "item", "changed": false, "item": "MACs" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=NoHostAuthenticationForLocalhost) => { "ansible_loop_var": "item", "changed": false, "item": "NoHostAuthenticationForLocalhost" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=NumberOfPasswordPrompts) => { "ansible_loop_var": "item", "changed": false, "item": "NumberOfPasswordPrompts" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PasswordAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "PasswordAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PermitLocalCommand) => { "ansible_loop_var": "item", "changed": false, "item": "PermitLocalCommand" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PermitRemoteOpen) => { "ansible_loop_var": "item", "changed": false, "item": "PermitRemoteOpen" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PKCS11Provider) => { "ansible_loop_var": "item", "changed": false, "item": "PKCS11Provider" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Port) => { "ansible_loop_var": "item", "changed": false, "item": "Port" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PreferredAuthentications) => { "ansible_loop_var": "item", "changed": false, "item": "PreferredAuthentications" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyCommand) => { "ansible_loop_var": "item", "changed": false, "item": "ProxyCommand" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyJump) => { "ansible_loop_var": "item", "changed": false, "item": "ProxyJump" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ProxyUseFdpass) => { "ansible_loop_var": "item", "changed": false, "item": "ProxyUseFdpass" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PubkeyAcceptedAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "PubkeyAcceptedAlgorithms" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=PubkeyAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "PubkeyAuthentication" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=RekeyLimit) => { "ansible_loop_var": "item", "changed": false, "item": "RekeyLimit" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=RemoteCommand) => { "ansible_loop_var": "item", "changed": false, "item": "RemoteCommand" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=RemoteForward) => { "ansible_loop_var": "item", "changed": false, "item": "RemoteForward" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=RequestTTY) => { "ansible_loop_var": "item", "changed": false, "item": "RequestTTY" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=RevokedHostKeys) => { "ansible_loop_var": "item", "changed": false, "item": "RevokedHostKeys" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=SecurityKeyProvider) => { "ansible_loop_var": "item", "changed": false, "item": "SecurityKeyProvider" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=SendEnv) => { "ansible_loop_var": "item", "changed": false, "item": "SendEnv" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ServerAliveCountMax) => { "ansible_loop_var": "item", "changed": false, "item": "ServerAliveCountMax" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=ServerAliveInterval) => { "ansible_loop_var": "item", "changed": false, "item": "ServerAliveInterval" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=SessionType) => { "ansible_loop_var": "item", "changed": false, "item": "SessionType" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=SetEnv) => { "ansible_loop_var": "item", "changed": false, "item": "SetEnv" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=StdinNull) => { "ansible_loop_var": "item", "changed": false, "item": "StdinNull" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=StreamLocalBindMask) => { "ansible_loop_var": "item", "changed": false, "item": "StreamLocalBindMask" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=StreamLocalBindUnlink) => { "ansible_loop_var": "item", "changed": false, "item": "StreamLocalBindUnlink" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=StrictHostKeyChecking) => { "ansible_loop_var": "item", "changed": false, "item": "StrictHostKeyChecking" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=SyslogFacility) => { "ansible_loop_var": "item", "changed": false, "item": "SyslogFacility" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=TCPKeepAlive) => { "ansible_loop_var": "item", "changed": false, "item": "TCPKeepAlive" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=Tunnel) => { "ansible_loop_var": "item", "changed": false, "item": "Tunnel" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=TunnelDevice) => { "ansible_loop_var": "item", "changed": false, "item": "TunnelDevice" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=UpdateHostKeys) => { "ansible_loop_var": "item", "changed": false, "item": "UpdateHostKeys" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=User) => { "ansible_loop_var": "item", "changed": false, "item": "User" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=UserKnownHostsFile) => { "ansible_loop_var": "item", "changed": false, "item": "UserKnownHostsFile" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=VerifyHostKeyDNS) => { "ansible_loop_var": "item", "changed": false, "item": "VerifyHostKeyDNS" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=VisualHostKey) => { "ansible_loop_var": "item", "changed": false, "item": "VisualHostKey" } MSG: All assertions passed ok: [/cache/rhel-9.qcow2.snap] => (item=XAuthLocation) => { "ansible_loop_var": "item", "changed": false, "item": "XAuthLocation" } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-9.qcow2.snap : ok=13 changed=1 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 Thursday 21 July 2022 20:25:06 +0000 (0:00:01.229) 0:00:08.405 ********* =============================================================================== Verify the options are in the file -------------------------------------- 1.23s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:65 --------------------------- Construct the configuration list ---------------------------------------- 1.22s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:47 --------------------------- Gathering Facts --------------------------------------------------------- 1.12s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:2 ---------------------------- fedora.linux_system_roles.ssh : Generate the configuration file --------- 1.06s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:28 Make sure manual pages and bash are installed --------------------------- 0.92s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:23 --------------------------- fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.87s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Get list of options from manual page ------------------------------------ 0.59s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:31 --------------------------- Download the configuration file ----------------------------------------- 0.53s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:60 --------------------------- fedora.linux_system_roles.ssh : Ensure ansible_facts used by role ------- 0.53s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Define common variables ------------------------------------------------- 0.07s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:13 --------------------------- fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.05s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:7 Run role ---------------------------------------------------------------- 0.05s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:52 --------------------------- debug ------------------------------------------------------------------- 0.03s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:44 --------------------------- Ubuntu and RHEL6 containers are minified, missing manual pages ---------- 0.03s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:8 ---------------------------- fedora.linux_system_roles.ssh : Set platform/version specific variables --- 0.03s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 fedora.linux_system_roles.ssh : Gather information about the user for user configuration --- 0.03s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:10 fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.02s /tmp/tmp08vsdpvi/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Define specific variables ----------------------------------------------- 0.02s /tmp/tmpbvj7axe_/tests/ssh/tests_all_options.yml:17 ---------------------------