# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_all_options.yml ************************************************ 1 plays in /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml PLAY [Test we can handle all configuration options documented in manual page] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:2 Saturday 02 March 2024 21:43:23 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] META: ran handlers META: end_host conditional evaluated to false, continuing execution for sut TASK [Define common variables] ************************************************* task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:17 Saturday 02 March 2024 21:43:24 +0000 (0:00:00.938) 0:00:00.951 ******** ok: [sut] => { "ansible_facts": { "ssh_test_package": "openssh-clients" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:21 Saturday 02 March 2024 21:43:24 +0000 (0:00:00.008) 0:00:00.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:30 Saturday 02 March 2024 21:43:24 +0000 (0:00:00.019) 0:00:00.979 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:35 Saturday 02 March 2024 21:43:24 +0000 (0:00:00.335) 0:00:01.314 ******** ok: [sut] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Enable installation of manual pages on Fedora/RHEL] ********************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:39 Saturday 02 March 2024 21:43:24 +0000 (0:00:00.028) 0:00:01.343 ******** ok: [sut] => { "backup": "", "changed": false, "found": 0 } TASK [Reinstall manual pages for openssh-clients on RHEL] ********************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:49 Saturday 02 March 2024 21:43:24 +0000 (0:00:00.308) 0:00:01.651 ******** changed: [sut] => { "changed": true, "cmd": [ "dnf", "reinstall", "-y", "openssh-clients" ], "delta": "0:00:03.778995", "end": "2024-03-02 21:43:28.947499", "rc": 0, "start": "2024-03-02 21:43:25.168504" } STDOUT: Last metadata expiration check: 0:00:16 ago on Sat 02 Mar 2024 09:43:09 PM UTC. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Reinstalling: openssh-clients x86_64 8.7p1-38.el9 baseos 719 k Transaction Summary ================================================================================ Total download size: 719 k Installed size: 2.0 M Downloading Packages: openssh-clients-8.7p1-38.el9.x86_64.rpm 11 MB/s | 719 kB 00:00 -------------------------------------------------------------------------------- Total 4.7 MB/s | 719 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Reinstalling : openssh-clients-8.7p1-38.el9.x86_64 1/2 Running scriptlet: openssh-clients-8.7p1-38.el9.x86_64 1/2 Running scriptlet: openssh-clients-8.7p1-38.el9.x86_64 2/2 Cleanup : openssh-clients-8.7p1-38.el9.x86_64 2/2 Running scriptlet: openssh-clients-8.7p1-38.el9.x86_64 2/2 Verifying : openssh-clients-8.7p1-38.el9.x86_64 1/2 Verifying : openssh-clients-8.7p1-38.el9.x86_64 2/2 Reinstalled: openssh-clients-8.7p1-38.el9.x86_64 Complete! TASK [Make sure manual pages and bash are installed] *************************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:56 Saturday 02 March 2024 21:43:28 +0000 (0:00:04.076) 0:00:05.728 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: bash man-db openssh-clients TASK [Get list of options from manual page] ************************************ task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:67 Saturday 02 March 2024 21:43:30 +0000 (0:00:01.073) 0:00:06.802 ******** ok: [sut] => { "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 \"^\\(Match\\|Host\\|OpenSSH\\|The\\|\\Theo\\|Unless\\|Since\\|Arguments\\)$\"", "delta": "0:00:00.673283", "end": "2024-03-02 21:43:30.990873", "rc": 0, "start": "2024-03-02 21:43:30.317590" } 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 RequiredRSASize RevokedHostKeys SecurityKeyProvider SendEnv ServerAliveCountMax ServerAliveInterval SessionType SetEnv StdinNull StreamLocalBindMask StreamLocalBindUnlink StrictHostKeyChecking SyslogFacility TCPKeepAlive Tunnel TunnelDevice UpdateHostKeys User UserKnownHostsFile VerifyHostKeyDNS VisualHostKey XAuthLocation TASK [Show ssh_options] ******************************************************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:81 Saturday 02 March 2024 21:43:31 +0000 (0:00:00.970) 0:00:07.772 ******** ok: [sut] => { "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", "RequiredRSASize", "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: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:85 Saturday 02 March 2024 21:43:31 +0000 (0:00:00.011) 0:00:07.783 ******** ok: [sut] => (item=AddKeysToAgent) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "AddKeysToAgent" } ok: [sut] => (item=AddressFamily) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "AddressFamily" } ok: [sut] => (item=BatchMode) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "BatchMode" } ok: [sut] => (item=BindAddress) => { "ansible_facts": { "ssh_c": { "AddKeysToAgent": "yes", "AddressFamily": "yes", "BatchMode": "yes", "BindAddress": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "BindAddress" } ok: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (item=RequiredRSASize) => { "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", "RequiredRSASize": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RequiredRSASize" } ok: [sut] => (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", "RequiredRSASize": "yes", "RevokedHostKeys": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "RevokedHostKeys" } ok: [sut] => (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", "RequiredRSASize": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SecurityKeyProvider" } ok: [sut] => (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", "RequiredRSASize": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SendEnv" } ok: [sut] => (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", "RequiredRSASize": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ServerAliveCountMax" } ok: [sut] => (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", "RequiredRSASize": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "ServerAliveInterval" } ok: [sut] => (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", "RequiredRSASize": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SessionType" } ok: [sut] => (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", "RequiredRSASize": "yes", "RevokedHostKeys": "yes", "SecurityKeyProvider": "yes", "SendEnv": "yes", "ServerAliveCountMax": "yes", "ServerAliveInterval": "yes", "SessionType": "yes", "SetEnv": "yes" } }, "ansible_loop_var": "item", "changed": false, "item": "SetEnv" } ok: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: [sut] => (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", "RequiredRSASize": "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: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:91 Saturday 02 March 2024 21:43:31 +0000 (0:00:00.340) 0:00:08.123 ******** TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 Saturday 02 March 2024 21:43:31 +0000 (0:00:00.015) 0:00:08.139 ******** included: /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml for sut TASK [linux-system-roles.ssh : Ensure ansible_facts used by role] ************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 Saturday 02 March 2024 21:43:31 +0000 (0:00:00.014) 0:00:08.154 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Check if system is ostree] ********************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:11 Saturday 02 March 2024 21:43:31 +0000 (0:00:00.014) 0:00:08.168 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Set flag to indicate system is ostree] ********** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:16 Saturday 02 March 2024 21:43:31 +0000 (0:00:00.009) 0:00:08.178 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Set platform/version specific variables] ******** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:20 Saturday 02 March 2024 21:43:31 +0000 (0:00:00.010) 0:00:08.188 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_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": [ "/WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_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": [ "/WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.ssh : Ensure required packages are installed] ********* task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 Saturday 02 March 2024 21:43:31 +0000 (0:00:00.026) 0:00:08.215 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: openssh openssh-clients TASK [linux-system-roles.ssh : Gather information about the user for user configuration] *** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/main.yml:12 Saturday 02 March 2024 21:43:32 +0000 (0:00:00.978) 0:00:09.193 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/main.yml:19 Saturday 02 March 2024 21:43:32 +0000 (0:00:00.010) 0:00:09.203 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.ssh : Generate the configuration file] **************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/main.yml:30 Saturday 02 March 2024 21:43:32 +0000 (0:00:00.008) 0:00:09.212 ******** changed: [sut] => { "changed": true, "checksum": "7ef3f378718bfe8cecbf28efd4deed341a8d807f", "dest": "/tmp/ssh_config", "gid": 0, "group": "root", "md5sum": "b067d9fe36f70f90992237d43caf4bad", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 2083, "src": "/root/.ansible/tmp/ansible-tmp-1709415812.4916523-2390-82763686528268/source", "state": "file", "uid": 0 } TASK [Download the configuration file] ***************************************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:100 Saturday 02 March 2024 21:43:33 +0000 (0:00:00.672) 0:00:09.884 ******** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpBZGRLZXlzVG9BZ2VudCB5ZXMKQWRkcmVzc0ZhbWlseSB5ZXMKQmF0Y2hNb2RlIHllcwpCaW5kQWRkcmVzcyB5ZXMKQmluZEludGVyZmFjZSB5ZXMKQ2Fub25pY2FsRG9tYWlucyB5ZXMKQ2Fub25pY2FsaXplRmFsbGJhY2tMb2NhbCB5ZXMKQ2Fub25pY2FsaXplSG9zdG5hbWUgeWVzCkNhbm9uaWNhbGl6ZU1heERvdHMgeWVzCkNhbm9uaWNhbGl6ZVBlcm1pdHRlZENOQU1FcyB5ZXMKQ0FTaWduYXR1cmVBbGdvcml0aG1zIHllcwpDZXJ0aWZpY2F0ZUZpbGUgeWVzCkNoZWNrSG9zdElQIHllcwpDaXBoZXJzIHllcwpDbGVhckFsbEZvcndhcmRpbmdzIHllcwpDb21wcmVzc2lvbiB5ZXMKQ29ubmVjdGlvbkF0dGVtcHRzIHllcwpDb25uZWN0VGltZW91dCB5ZXMKQ29udHJvbE1hc3RlciB5ZXMKQ29udHJvbFBhdGggeWVzCkNvbnRyb2xQZXJzaXN0IHllcwpEeW5hbWljRm9yd2FyZCB5ZXMKRW5hYmxlU1NIS2V5c2lnbiB5ZXMKRXNjYXBlQ2hhciB5ZXMKRXhpdE9uRm9yd2FyZEZhaWx1cmUgeWVzCkZpbmdlcnByaW50SGFzaCB5ZXMKRm9ya0FmdGVyQXV0aGVudGljYXRpb24geWVzCkZvcndhcmRBZ2VudCB5ZXMKRm9yd2FyZFgxMSB5ZXMKRm9yd2FyZFgxMVRpbWVvdXQgeWVzCkZvcndhcmRYMTFUcnVzdGVkIHllcwpHYXRld2F5UG9ydHMgeWVzCkdsb2JhbEtub3duSG9zdHNGaWxlIHllcwpHU1NBUElBdXRoZW50aWNhdGlvbiB5ZXMKR1NTQVBJQ2xpZW50SWRlbnRpdHkgeWVzCkdTU0FQSURlbGVnYXRlQ3JlZGVudGlhbHMgeWVzCkdTU0FQSUtleUV4Y2hhbmdlIHllcwpHU1NBUElSZW5ld2FsRm9yY2VzUmVrZXkgeWVzCkdTU0FQSVNlcnZlcklkZW50aXR5IHllcwpHU1NBUElUcnVzdERucyB5ZXMKR1NTQVBJS2V4QWxnb3JpdGhtcyB5ZXMKSGFzaEtub3duSG9zdHMgeWVzCkhvc3RiYXNlZEF1dGhlbnRpY2F0aW9uIHllcwpIb3N0YmFzZWRBY2NlcHRlZEFsZ29yaXRobXMgeWVzCkhvc3RLZXlBbGdvcml0aG1zIHllcwpIb3N0S2V5QWxpYXMgeWVzCkhvc3RuYW1lIHllcwpJZGVudGl0aWVzT25seSB5ZXMKSWRlbnRpdHlBZ2VudCB5ZXMKSWRlbnRpdHlGaWxlIHllcwpJZ25vcmVVbmtub3duIHllcwpJbmNsdWRlIHllcwpJUFFvUyB5ZXMKS2JkSW50ZXJhY3RpdmVBdXRoZW50aWNhdGlvbiB5ZXMKS2JkSW50ZXJhY3RpdmVEZXZpY2VzIHllcwpLZXhBbGdvcml0aG1zIHllcwpLbm93bkhvc3RzQ29tbWFuZCB5ZXMKTG9jYWxDb21tYW5kIHllcwpMb2NhbEZvcndhcmQgeWVzCkxvZ0xldmVsIHllcwpMb2dWZXJib3NlIHllcwpNQUNzIHllcwpOb0hvc3RBdXRoZW50aWNhdGlvbkZvckxvY2FsaG9zdCB5ZXMKTnVtYmVyT2ZQYXNzd29yZFByb21wdHMgeWVzClBhc3N3b3JkQXV0aGVudGljYXRpb24geWVzClBlcm1pdExvY2FsQ29tbWFuZCB5ZXMKUGVybWl0UmVtb3RlT3BlbiB5ZXMKUEtDUzExUHJvdmlkZXIgeWVzClBvcnQgeWVzClByZWZlcnJlZEF1dGhlbnRpY2F0aW9ucyB5ZXMKUHJveHlDb21tYW5kIHllcwpQcm94eUp1bXAgeWVzClByb3h5VXNlRmRwYXNzIHllcwpQdWJrZXlBY2NlcHRlZEFsZ29yaXRobXMgeWVzClB1YmtleUF1dGhlbnRpY2F0aW9uIHllcwpSZWtleUxpbWl0IHllcwpSZW1vdGVDb21tYW5kIHllcwpSZW1vdGVGb3J3YXJkIHllcwpSZXF1ZXN0VFRZIHllcwpSZXF1aXJlZFJTQVNpemUgeWVzClJldm9rZWRIb3N0S2V5cyB5ZXMKU2VjdXJpdHlLZXlQcm92aWRlciB5ZXMKU2VuZEVudiB5ZXMKU2VydmVyQWxpdmVDb3VudE1heCB5ZXMKU2VydmVyQWxpdmVJbnRlcnZhbCB5ZXMKU2Vzc2lvblR5cGUgeWVzClNldEVudiB5ZXMKU3RkaW5OdWxsIHllcwpTdHJlYW1Mb2NhbEJpbmRNYXNrIHllcwpTdHJlYW1Mb2NhbEJpbmRVbmxpbmsgeWVzClN0cmljdEhvc3RLZXlDaGVja2luZyB5ZXMKU3lzbG9nRmFjaWxpdHkgeWVzClRDUEtlZXBBbGl2ZSB5ZXMKVHVubmVsIHllcwpUdW5uZWxEZXZpY2UgeWVzClVwZGF0ZUhvc3RLZXlzIHllcwpVc2VyIHllcwpVc2VyS25vd25Ib3N0c0ZpbGUgeWVzClZlcmlmeUhvc3RLZXlETlMgeWVzClZpc3VhbEhvc3RLZXkgeWVzClhBdXRoTG9jYXRpb24geWVzCg==", "encoding": "base64", "source": "/tmp/ssh_config" } TASK [Verify the options are in the file] ************************************** task path: /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:105 Saturday 02 March 2024 21:43:33 +0000 (0:00:00.306) 0:00:10.190 ******** ok: [sut] => (item=AddKeysToAgent) => { "ansible_loop_var": "item", "changed": false, "item": "AddKeysToAgent" } MSG: All assertions passed ok: [sut] => (item=AddressFamily) => { "ansible_loop_var": "item", "changed": false, "item": "AddressFamily" } MSG: All assertions passed ok: [sut] => (item=BatchMode) => { "ansible_loop_var": "item", "changed": false, "item": "BatchMode" } MSG: All assertions passed ok: [sut] => (item=BindAddress) => { "ansible_loop_var": "item", "changed": false, "item": "BindAddress" } MSG: All assertions passed ok: [sut] => (item=BindInterface) => { "ansible_loop_var": "item", "changed": false, "item": "BindInterface" } MSG: All assertions passed ok: [sut] => (item=CanonicalDomains) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalDomains" } MSG: All assertions passed ok: [sut] => (item=CanonicalizeFallbackLocal) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeFallbackLocal" } MSG: All assertions passed ok: [sut] => (item=CanonicalizeHostname) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeHostname" } MSG: All assertions passed ok: [sut] => (item=CanonicalizeMaxDots) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizeMaxDots" } MSG: All assertions passed ok: [sut] => (item=CanonicalizePermittedCNAMEs) => { "ansible_loop_var": "item", "changed": false, "item": "CanonicalizePermittedCNAMEs" } MSG: All assertions passed ok: [sut] => (item=CASignatureAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "CASignatureAlgorithms" } MSG: All assertions passed ok: [sut] => (item=CertificateFile) => { "ansible_loop_var": "item", "changed": false, "item": "CertificateFile" } MSG: All assertions passed ok: [sut] => (item=CheckHostIP) => { "ansible_loop_var": "item", "changed": false, "item": "CheckHostIP" } MSG: All assertions passed ok: [sut] => (item=Ciphers) => { "ansible_loop_var": "item", "changed": false, "item": "Ciphers" } MSG: All assertions passed ok: [sut] => (item=ClearAllForwardings) => { "ansible_loop_var": "item", "changed": false, "item": "ClearAllForwardings" } MSG: All assertions passed ok: [sut] => (item=Compression) => { "ansible_loop_var": "item", "changed": false, "item": "Compression" } MSG: All assertions passed ok: [sut] => (item=ConnectionAttempts) => { "ansible_loop_var": "item", "changed": false, "item": "ConnectionAttempts" } MSG: All assertions passed ok: [sut] => (item=ConnectTimeout) => { "ansible_loop_var": "item", "changed": false, "item": "ConnectTimeout" } MSG: All assertions passed ok: [sut] => (item=ControlMaster) => { "ansible_loop_var": "item", "changed": false, "item": "ControlMaster" } MSG: All assertions passed ok: [sut] => (item=ControlPath) => { "ansible_loop_var": "item", "changed": false, "item": "ControlPath" } MSG: All assertions passed ok: [sut] => (item=ControlPersist) => { "ansible_loop_var": "item", "changed": false, "item": "ControlPersist" } MSG: All assertions passed ok: [sut] => (item=DynamicForward) => { "ansible_loop_var": "item", "changed": false, "item": "DynamicForward" } MSG: All assertions passed ok: [sut] => (item=EnableSSHKeysign) => { "ansible_loop_var": "item", "changed": false, "item": "EnableSSHKeysign" } MSG: All assertions passed ok: [sut] => (item=EscapeChar) => { "ansible_loop_var": "item", "changed": false, "item": "EscapeChar" } MSG: All assertions passed ok: [sut] => (item=ExitOnForwardFailure) => { "ansible_loop_var": "item", "changed": false, "item": "ExitOnForwardFailure" } MSG: All assertions passed ok: [sut] => (item=FingerprintHash) => { "ansible_loop_var": "item", "changed": false, "item": "FingerprintHash" } MSG: All assertions passed ok: [sut] => (item=ForkAfterAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "ForkAfterAuthentication" } MSG: All assertions passed ok: [sut] => (item=ForwardAgent) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardAgent" } MSG: All assertions passed ok: [sut] => (item=ForwardX11) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardX11" } MSG: All assertions passed ok: [sut] => (item=ForwardX11Timeout) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardX11Timeout" } MSG: All assertions passed ok: [sut] => (item=ForwardX11Trusted) => { "ansible_loop_var": "item", "changed": false, "item": "ForwardX11Trusted" } MSG: All assertions passed ok: [sut] => (item=GatewayPorts) => { "ansible_loop_var": "item", "changed": false, "item": "GatewayPorts" } MSG: All assertions passed ok: [sut] => (item=GlobalKnownHostsFile) => { "ansible_loop_var": "item", "changed": false, "item": "GlobalKnownHostsFile" } MSG: All assertions passed ok: [sut] => (item=GSSAPIAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIAuthentication" } MSG: All assertions passed ok: [sut] => (item=GSSAPIClientIdentity) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIClientIdentity" } MSG: All assertions passed ok: [sut] => (item=GSSAPIDelegateCredentials) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIDelegateCredentials" } MSG: All assertions passed ok: [sut] => (item=GSSAPIKeyExchange) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIKeyExchange" } MSG: All assertions passed ok: [sut] => (item=GSSAPIRenewalForcesRekey) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIRenewalForcesRekey" } MSG: All assertions passed ok: [sut] => (item=GSSAPIServerIdentity) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIServerIdentity" } MSG: All assertions passed ok: [sut] => (item=GSSAPITrustDns) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPITrustDns" } MSG: All assertions passed ok: [sut] => (item=GSSAPIKexAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "GSSAPIKexAlgorithms" } MSG: All assertions passed ok: [sut] => (item=HashKnownHosts) => { "ansible_loop_var": "item", "changed": false, "item": "HashKnownHosts" } MSG: All assertions passed ok: [sut] => (item=HostbasedAcceptedAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "HostbasedAcceptedAlgorithms" } MSG: All assertions passed ok: [sut] => (item=HostbasedAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "HostbasedAuthentication" } MSG: All assertions passed ok: [sut] => (item=HostKeyAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "HostKeyAlgorithms" } MSG: All assertions passed ok: [sut] => (item=HostKeyAlias) => { "ansible_loop_var": "item", "changed": false, "item": "HostKeyAlias" } MSG: All assertions passed ok: [sut] => (item=Hostname) => { "ansible_loop_var": "item", "changed": false, "item": "Hostname" } MSG: All assertions passed ok: [sut] => (item=IdentitiesOnly) => { "ansible_loop_var": "item", "changed": false, "item": "IdentitiesOnly" } MSG: All assertions passed ok: [sut] => (item=IdentityAgent) => { "ansible_loop_var": "item", "changed": false, "item": "IdentityAgent" } MSG: All assertions passed ok: [sut] => (item=IdentityFile) => { "ansible_loop_var": "item", "changed": false, "item": "IdentityFile" } MSG: All assertions passed ok: [sut] => (item=IgnoreUnknown) => { "ansible_loop_var": "item", "changed": false, "item": "IgnoreUnknown" } MSG: All assertions passed ok: [sut] => (item=Include) => { "ansible_loop_var": "item", "changed": false, "item": "Include" } MSG: All assertions passed ok: [sut] => (item=IPQoS) => { "ansible_loop_var": "item", "changed": false, "item": "IPQoS" } MSG: All assertions passed ok: [sut] => (item=KbdInteractiveAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "KbdInteractiveAuthentication" } MSG: All assertions passed ok: [sut] => (item=KbdInteractiveDevices) => { "ansible_loop_var": "item", "changed": false, "item": "KbdInteractiveDevices" } MSG: All assertions passed ok: [sut] => (item=KexAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "KexAlgorithms" } MSG: All assertions passed ok: [sut] => (item=KnownHostsCommand) => { "ansible_loop_var": "item", "changed": false, "item": "KnownHostsCommand" } MSG: All assertions passed ok: [sut] => (item=LocalCommand) => { "ansible_loop_var": "item", "changed": false, "item": "LocalCommand" } MSG: All assertions passed ok: [sut] => (item=LocalForward) => { "ansible_loop_var": "item", "changed": false, "item": "LocalForward" } MSG: All assertions passed ok: [sut] => (item=LogLevel) => { "ansible_loop_var": "item", "changed": false, "item": "LogLevel" } MSG: All assertions passed ok: [sut] => (item=LogVerbose) => { "ansible_loop_var": "item", "changed": false, "item": "LogVerbose" } MSG: All assertions passed ok: [sut] => (item=MACs) => { "ansible_loop_var": "item", "changed": false, "item": "MACs" } MSG: All assertions passed ok: [sut] => (item=NoHostAuthenticationForLocalhost) => { "ansible_loop_var": "item", "changed": false, "item": "NoHostAuthenticationForLocalhost" } MSG: All assertions passed ok: [sut] => (item=NumberOfPasswordPrompts) => { "ansible_loop_var": "item", "changed": false, "item": "NumberOfPasswordPrompts" } MSG: All assertions passed ok: [sut] => (item=PasswordAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "PasswordAuthentication" } MSG: All assertions passed ok: [sut] => (item=PermitLocalCommand) => { "ansible_loop_var": "item", "changed": false, "item": "PermitLocalCommand" } MSG: All assertions passed ok: [sut] => (item=PermitRemoteOpen) => { "ansible_loop_var": "item", "changed": false, "item": "PermitRemoteOpen" } MSG: All assertions passed ok: [sut] => (item=PKCS11Provider) => { "ansible_loop_var": "item", "changed": false, "item": "PKCS11Provider" } MSG: All assertions passed ok: [sut] => (item=Port) => { "ansible_loop_var": "item", "changed": false, "item": "Port" } MSG: All assertions passed ok: [sut] => (item=PreferredAuthentications) => { "ansible_loop_var": "item", "changed": false, "item": "PreferredAuthentications" } MSG: All assertions passed ok: [sut] => (item=ProxyCommand) => { "ansible_loop_var": "item", "changed": false, "item": "ProxyCommand" } MSG: All assertions passed ok: [sut] => (item=ProxyJump) => { "ansible_loop_var": "item", "changed": false, "item": "ProxyJump" } MSG: All assertions passed ok: [sut] => (item=ProxyUseFdpass) => { "ansible_loop_var": "item", "changed": false, "item": "ProxyUseFdpass" } MSG: All assertions passed ok: [sut] => (item=PubkeyAcceptedAlgorithms) => { "ansible_loop_var": "item", "changed": false, "item": "PubkeyAcceptedAlgorithms" } MSG: All assertions passed ok: [sut] => (item=PubkeyAuthentication) => { "ansible_loop_var": "item", "changed": false, "item": "PubkeyAuthentication" } MSG: All assertions passed ok: [sut] => (item=RekeyLimit) => { "ansible_loop_var": "item", "changed": false, "item": "RekeyLimit" } MSG: All assertions passed ok: [sut] => (item=RemoteCommand) => { "ansible_loop_var": "item", "changed": false, "item": "RemoteCommand" } MSG: All assertions passed ok: [sut] => (item=RemoteForward) => { "ansible_loop_var": "item", "changed": false, "item": "RemoteForward" } MSG: All assertions passed ok: [sut] => (item=RequestTTY) => { "ansible_loop_var": "item", "changed": false, "item": "RequestTTY" } MSG: All assertions passed ok: [sut] => (item=RequiredRSASize) => { "ansible_loop_var": "item", "changed": false, "item": "RequiredRSASize" } MSG: All assertions passed ok: [sut] => (item=RevokedHostKeys) => { "ansible_loop_var": "item", "changed": false, "item": "RevokedHostKeys" } MSG: All assertions passed ok: [sut] => (item=SecurityKeyProvider) => { "ansible_loop_var": "item", "changed": false, "item": "SecurityKeyProvider" } MSG: All assertions passed ok: [sut] => (item=SendEnv) => { "ansible_loop_var": "item", "changed": false, "item": "SendEnv" } MSG: All assertions passed ok: [sut] => (item=ServerAliveCountMax) => { "ansible_loop_var": "item", "changed": false, "item": "ServerAliveCountMax" } MSG: All assertions passed ok: [sut] => (item=ServerAliveInterval) => { "ansible_loop_var": "item", "changed": false, "item": "ServerAliveInterval" } MSG: All assertions passed ok: [sut] => (item=SessionType) => { "ansible_loop_var": "item", "changed": false, "item": "SessionType" } MSG: All assertions passed ok: [sut] => (item=SetEnv) => { "ansible_loop_var": "item", "changed": false, "item": "SetEnv" } MSG: All assertions passed ok: [sut] => (item=StdinNull) => { "ansible_loop_var": "item", "changed": false, "item": "StdinNull" } MSG: All assertions passed ok: [sut] => (item=StreamLocalBindMask) => { "ansible_loop_var": "item", "changed": false, "item": "StreamLocalBindMask" } MSG: All assertions passed ok: [sut] => (item=StreamLocalBindUnlink) => { "ansible_loop_var": "item", "changed": false, "item": "StreamLocalBindUnlink" } MSG: All assertions passed ok: [sut] => (item=StrictHostKeyChecking) => { "ansible_loop_var": "item", "changed": false, "item": "StrictHostKeyChecking" } MSG: All assertions passed ok: [sut] => (item=SyslogFacility) => { "ansible_loop_var": "item", "changed": false, "item": "SyslogFacility" } MSG: All assertions passed ok: [sut] => (item=TCPKeepAlive) => { "ansible_loop_var": "item", "changed": false, "item": "TCPKeepAlive" } MSG: All assertions passed ok: [sut] => (item=Tunnel) => { "ansible_loop_var": "item", "changed": false, "item": "Tunnel" } MSG: All assertions passed ok: [sut] => (item=TunnelDevice) => { "ansible_loop_var": "item", "changed": false, "item": "TunnelDevice" } MSG: All assertions passed ok: [sut] => (item=UpdateHostKeys) => { "ansible_loop_var": "item", "changed": false, "item": "UpdateHostKeys" } MSG: All assertions passed ok: [sut] => (item=User) => { "ansible_loop_var": "item", "changed": false, "item": "User" } MSG: All assertions passed ok: [sut] => (item=UserKnownHostsFile) => { "ansible_loop_var": "item", "changed": false, "item": "UserKnownHostsFile" } MSG: All assertions passed ok: [sut] => (item=VerifyHostKeyDNS) => { "ansible_loop_var": "item", "changed": false, "item": "VerifyHostKeyDNS" } MSG: All assertions passed ok: [sut] => (item=VisualHostKey) => { "ansible_loop_var": "item", "changed": false, "item": "VisualHostKey" } MSG: All assertions passed ok: [sut] => (item=XAuthLocation) => { "ansible_loop_var": "item", "changed": false, "item": "XAuthLocation" } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=16 changed=2 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 Saturday 02 March 2024 21:43:33 +0000 (0:00:00.272) 0:00:10.462 ******** =============================================================================== Reinstall manual pages for openssh-clients on RHEL ---------------------- 4.08s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:49 ----------------- Make sure manual pages and bash are installed --------------------------- 1.07s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:56 ----------------- linux-system-roles.ssh : Ensure required packages are installed --------- 0.98s /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/main.yml:5 Get list of options from manual page ------------------------------------ 0.97s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:67 ----------------- Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:2 ------------------ linux-system-roles.ssh : Generate the configuration file ---------------- 0.67s /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/main.yml:30 Construct the configuration list ---------------------------------------- 0.34s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:85 ----------------- Check if system is ostree ----------------------------------------------- 0.34s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:30 ----------------- Enable installation of manual pages on Fedora/RHEL ---------------------- 0.31s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:39 ----------------- Download the configuration file ----------------------------------------- 0.31s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:100 ---------------- Verify the options are in the file -------------------------------------- 0.27s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:105 ---------------- Set flag to indicate system is ostree ----------------------------------- 0.03s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:35 ----------------- linux-system-roles.ssh : Set platform/version specific variables -------- 0.03s /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:20 Define specific variables ----------------------------------------------- 0.02s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:21 ----------------- Run role ---------------------------------------------------------------- 0.02s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:91 ----------------- linux-system-roles.ssh : Ensure ansible_facts used by role -------------- 0.01s /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:2 linux-system-roles.ssh : Set platform/version specific variables -------- 0.01s /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/main.yml:2 Show ssh_options -------------------------------------------------------- 0.01s /WORKDIR/git-weekly-ciauvt2a1p/tests/tests_all_options.yml:81 ----------------- linux-system-roles.ssh : Set flag to indicate system is ostree ---------- 0.01s /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/set_vars.yml:16 linux-system-roles.ssh : Gather information about the user for user configuration --- 0.01s /WORKDIR/git-weekly-ciauvt2a1p/tests/roles/linux-system-roles.ssh/tasks/main.yml:12 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---