ansible-playbook [core 2.17.12] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-pNn executable location = /usr/local/bin/ansible-playbook python version = 3.12.10 (main, Apr 22 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_user_config.yml ************************************************ 1 plays in /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml PLAY [Test a creation of configuration file in the user directory] ************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:2 Wednesday 21 May 2025 06:46:51 -0400 (0:00:00.034) 0:00:00.034 ********* [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Backup configuration files] ********************************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:12 Wednesday 21 May 2025 06:46:52 -0400 (0:00:01.202) 0:00:01.237 ********* included: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed-node2 TASK [Setup] ******************************************************************* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Wednesday 21 May 2025 06:46:52 -0400 (0:00:00.037) 0:00:01.274 ********* included: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed-node2 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Wednesday 21 May 2025 06:46:53 -0400 (0:00:00.044) 0:00:01.319 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "'os_family' not in ansible_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Wednesday 21 May 2025 06:46:53 -0400 (0:00:00.024) 0:00:01.345 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Wednesday 21 May 2025 06:46:53 -0400 (0:00:00.542) 0:00:01.887 ********* ok: [managed-node2] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Wednesday 21 May 2025 06:46:53 -0400 (0:00:00.035) 0:00:01.923 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Define common variables] ************************************************* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:31 Wednesday 21 May 2025 06:46:54 -0400 (0:00:00.938) 0:00:02.862 ********* ok: [managed-node2] => { "ansible_facts": { "main_ssh_config": "/etc/ssh/ssh_config", "main_ssh_config_name": "ssh_config", "main_ssh_config_path": "/etc/ssh/" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:37 Wednesday 21 May 2025 06:46:54 -0400 (0:00:00.019) 0:00:02.881 ********* ok: [managed-node2] => { "ansible_facts": { "main_ssh_config": "/etc/ssh/ssh_config.d/00-ansible.conf", "main_ssh_config_name": "00-ansible.conf", "main_ssh_config_path": "/etc/ssh/ssh_config.d/" }, "changed": false } TASK [Create a temporary directory for backup files] *************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 Wednesday 21 May 2025 06:46:54 -0400 (0:00:00.037) 0:00:02.919 ********* ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/ansible.rz206mgy", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup files] ************************************************************ task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 Wednesday 21 May 2025 06:46:55 -0400 (0:00:00.504) 0:00:03.424 ********* ok: [managed-node2] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh/ssh_config.d/00-ansible.conf; then\n mkdir -p /tmp/ansible.rz206mgy/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf);\n cp -a /etc/ssh/ssh_config.d/00-ansible.conf /tmp/ansible.rz206mgy/$(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nfi\n", "delta": "0:00:00.003464", "end": "2025-05-21 06:46:55.612579", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2025-05-21 06:46:55.609115" } ok: [managed-node2] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /etc/ssh/ssh_config; then\n mkdir -p /tmp/ansible.rz206mgy/$(dirname /etc/ssh/ssh_config);\n cp -a /etc/ssh/ssh_config /tmp/ansible.rz206mgy/$(dirname /etc/ssh/ssh_config)\nfi\n", "delta": "0:00:00.008409", "end": "2025-05-21 06:46:55.970871", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2025-05-21 06:46:55.962462" } TASK [Create a test group (with the same name as user)] ************************ task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:15 Wednesday 21 May 2025 06:46:56 -0400 (0:00:00.894) 0:00:04.318 ********* changed: [managed-node2] => { "changed": true, "gid": 1000, "name": "tester123", "state": "present", "system": false } TASK [Create a test user] ****************************************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:19 Wednesday 21 May 2025 06:46:56 -0400 (0:00:00.508) 0:00:04.827 ********* changed: [managed-node2] => { "changed": true, "comment": "", "create_home": true, "group": 1000, "home": "/home/tester123", "name": "tester123", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1000 } TASK [Run role] **************************************************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:24 Wednesday 21 May 2025 06:46:57 -0400 (0:00:00.572) 0:00:05.399 ********* included: fedora.linux_system_roles.ssh for managed-node2 TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:2 Wednesday 21 May 2025 06:46:57 -0400 (0:00:00.029) 0:00:05.428 ********* included: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.ssh : Ensure ansible_facts used by role] ******* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:2 Wednesday 21 May 2025 06:46:57 -0400 (0:00:00.024) 0:00:05.453 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__ssh_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if system is ostree] *************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:10 Wednesday 21 May 2025 06:46:57 -0400 (0:00:00.045) 0:00:05.498 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __ssh_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Set flag to indicate system is ostree] *** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:15 Wednesday 21 May 2025 06:46:57 -0400 (0:00:00.021) 0:00:05.519 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __ssh_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Wednesday 21 May 2025 06:46:57 -0400 (0:00:00.021) 0:00:05.541 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ssh : Set flag if transactional-update exists] *** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:27 Wednesday 21 May 2025 06:46:57 -0400 (0:00:00.366) 0:00:05.908 ********* ok: [managed-node2] => { "ansible_facts": { "__ssh_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.ssh : Set platform/version specific variables] *** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:31 Wednesday 21 May 2025 06:46:57 -0400 (0:00:00.034) 0:00:05.943 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__ssh_defaults": { "Include": "/etc/ssh/ssh_config.d/*.conf" }, "__ssh_drop_in_name": "00-ansible", "__ssh_supports_drop_in": true }, "ansible_included_var_files": [ "/tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.ssh : Ensure required packages are installed] *** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Wednesday 21 May 2025 06:46:57 -0400 (0:00:00.064) 0:00:06.007 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ssh : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:17 Wednesday 21 May 2025 06:46:58 -0400 (0:00:00.810) 0:00:06.817 ********* skipping: [managed-node2] => { "false_condition": "__ssh_is_transactional | d(false)" } TASK [fedora.linux_system_roles.ssh : Reboot transactional update systems] ***** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:22 Wednesday 21 May 2025 06:46:58 -0400 (0:00:00.032) 0:00:06.850 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__ssh_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Fail if reboot is needed and not set] **** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:27 Wednesday 21 May 2025 06:46:58 -0400 (0:00:00.032) 0:00:06.882 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__ssh_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ssh : Gather information about the user for user configuration] *** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Wednesday 21 May 2025 06:46:58 -0400 (0:00:00.032) 0:00:06.914 ********* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "tester123": [ "x", "1000", "1000", "", "/home/tester123", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions] *** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Wednesday 21 May 2025 06:46:59 -0400 (0:00:00.447) 0:00:07.362 ********* changed: [managed-node2] => { "changed": true, "gid": 1000, "group": "tester123", "mode": "0700", "owner": "tester123", "path": "/home/tester123/.ssh/", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 6, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.ssh : Generate the configuration file] ********* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Wednesday 21 May 2025 06:46:59 -0400 (0:00:00.475) 0:00:07.838 ********* changed: [managed-node2] => { "changed": true, "checksum": "2aee69b78136501c3c881776ae15a8d47402c1d4", "dest": "/home/tester123/.ssh/config", "gid": 1000, "group": "tester123", "md5sum": "1fce6f5f713755d2894246762830d135", "mode": "0600", "owner": "tester123", "secontext": "unconfined_u:object_r:ssh_home_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1747824419.6209078-12322-147434460224109/.source", "state": "file", "uid": 1000 } TASK [Gather information about the user] *************************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:36 Wednesday 21 May 2025 06:47:00 -0400 (0:00:00.943) 0:00:08.781 ********* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "tester123": [ "x", "1000", "1000", "", "/home/tester123", "/bin/bash" ] } }, "changed": false } TASK [Download the created configuration file] ********************************* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:46 Wednesday 21 May 2025 06:47:00 -0400 (0:00:00.366) 0:00:09.147 ********* ok: [managed-node2] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6c3NoCgpHU1NBUElBdXRoZW50aWNhdGlvbiBubwpIb3N0IGV4YW1wbGUKICBIb3N0bmFtZSBleGFtcGxlLmNvbQogIFVzZXIgc29tZWJvZHkK", "encoding": "base64", "source": "/home/tester123/.ssh/config" } TASK [Stat the .ssh dir] ******************************************************* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:51 Wednesday 21 May 2025 06:47:01 -0400 (0:00:00.439) 0:00:09.586 ********* [WARNING]: Module remote_tmp /home/tester123/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually ok: [managed-node2] => { "changed": false, "stat": { "atime": 1747824419.4888773, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747824420.4248881, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 1000, "gr_name": "tester123", "inode": 92274944, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1747824420.4248881, "nlink": 2, "path": "/home/tester123/.ssh", "pw_name": "tester123", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 20, "uid": 1000, "version": "236146068", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Verify the ~/.ssh has sensible permissions] ****************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:59 Wednesday 21 May 2025 06:47:01 -0400 (0:00:00.454) 0:00:10.041 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Make sure the file is readable by user] ********************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:67 Wednesday 21 May 2025 06:47:01 -0400 (0:00:00.019) 0:00:10.061 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1747824421.2408977, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2aee69b78136501c3c881776ae15a8d47402c1d4", "ctime": 1747824420.4268882, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "tester123", "inode": 96469189, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1747824420.0528839, "nlink": 1, "path": "/home/tester123/.ssh/config", "pw_name": "tester123", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 117, "uid": 1000, "version": "632004402", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Stat the configuration file] ********************************************* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:74 Wednesday 21 May 2025 06:47:02 -0400 (0:00:00.446) 0:00:10.508 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1747824421.2408977, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2aee69b78136501c3c881776ae15a8d47402c1d4", "ctime": 1747824420.4268882, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "tester123", "inode": 96469189, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1747824420.0528839, "nlink": 1, "path": "/home/tester123/.ssh/config", "pw_name": "tester123", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 117, "uid": 1000, "version": "632004402", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the options are in the file] ************************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:79 Wednesday 21 May 2025 06:47:02 -0400 (0:00:00.376) 0:00:10.885 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the file has sensible permissions] ******************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:90 Wednesday 21 May 2025 06:47:02 -0400 (0:00:00.038) 0:00:10.923 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Test the effective configuration using ssh] ****************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:98 Wednesday 21 May 2025 06:47:02 -0400 (0:00:00.020) 0:00:10.944 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "su", "-c", "ssh -vvv -G example", "tester123" ], "delta": "0:00:00.018100", "end": "2025-05-21 06:47:02.994905", "rc": 0, "start": "2025-05-21 06:47:02.976805" } STDOUT: host example user somebody hostname example.com port 22 addressfamily any batchmode no canonicalizefallbacklocal yes canonicalizehostname false checkhostip no compression no controlmaster false enablesshkeysign no clearallforwardings no exitonforwardfailure no fingerprinthash SHA256 forwardx11 no forwardx11trusted yes gatewayports no gssapiauthentication no gssapikeyexchange no gssapidelegatecredentials no gssapitrustdns no gssapirenewalforcesrekey no gssapikexalgorithms gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512- hashknownhosts no hostbasedauthentication no identitiesonly no kbdinteractiveauthentication yes nohostauthenticationforlocalhost no passwordauthentication yes permitlocalcommand no proxyusefdpass no pubkeyauthentication true requesttty auto sessiontype default stdinnull no forkafterauthentication no streamlocalbindunlink no stricthostkeychecking ask tcpkeepalive yes tunnel false verifyhostkeydns false visualhostkey no updatehostkeys true enableescapecommandline no canonicalizemaxdots 1 connectionattempts 1 forwardx11timeout 1200 numberofpasswordprompts 3 serveralivecountmax 3 serveraliveinterval 0 requiredrsasize 2048 obscurekeystroketiming yes ciphers aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr hostkeyalgorithms ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 hostbasedacceptedalgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-512-cert-v01@openssh.com kexalgorithms mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512 casignaturealgorithms ecdsa-sha2-nistp256,sk-ecdsa-sha2-nistp256@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ssh-ed25519@openssh.com,rsa-sha2-256,rsa-sha2-512 loglevel DEBUG3 macs hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 securitykeyprovider internal pubkeyacceptedalgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-512-cert-v01@openssh.com xauthlocation /usr/bin/xauth identityfile ~/.ssh/id_rsa identityfile ~/.ssh/id_ecdsa identityfile ~/.ssh/id_ecdsa_sk identityfile ~/.ssh/id_ed25519 identityfile ~/.ssh/id_ed25519_sk identityfile ~/.ssh/id_xmss canonicaldomains none globalknownhostsfile /etc/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts2 userknownhostsfile /home/tester123/.ssh/known_hosts /home/tester123/.ssh/known_hosts2 logverbose none channeltimeout none permitremoteopen any addkeystoagent false forwardagent no connecttimeout none tunneldevice any:any canonicalizePermittedcnames none controlpersist no escapechar ~ ipqos af21 cs1 rekeylimit 0 0 streamlocalbindmask 0177 syslogfacility USER STDERR: OpenSSH_9.9p1, OpenSSL 3.5.0 8 Apr 2025 debug1: Reading configuration data /home/tester123/.ssh/config debug1: /home/tester123/.ssh/config line 7: Applying options for example debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host example.com originally example debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' debug2: match not found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug1: configuration requests final Match pass debug1: re-parsing configuration debug1: Reading configuration data /home/tester123/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host example.com originally example debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' debug2: match found debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] debug3: kex names ok: [mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/tester123/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/tester123/.ssh/known_hosts2' TASK [Make sure the effective configuration is expected] *********************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:107 Wednesday 21 May 2025 06:47:03 -0400 (0:00:00.398) 0:00:11.343 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Download the global configuration files too] ***************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:115 Wednesday 21 May 2025 06:47:03 -0400 (0:00:00.038) 0:00:11.381 ********* ok: [managed-node2] => { "changed": false, "content": "IwkkT3BlbkJTRDogc3NoX2NvbmZpZyx2IDEuMzYgMjAyMy8wOC8wMiAyMzowNDozOCBkam0gRXhwICQKCiMgVGhpcyBpcyB0aGUgc3NoIGNsaWVudCBzeXN0ZW0td2lkZSBjb25maWd1cmF0aW9uIGZpbGUuICBTZWUKIyBzc2hfY29uZmlnKDUpIGZvciBtb3JlIGluZm9ybWF0aW9uLiAgVGhpcyBmaWxlIHByb3ZpZGVzIGRlZmF1bHRzIGZvcgojIHVzZXJzLCBhbmQgdGhlIHZhbHVlcyBjYW4gYmUgY2hhbmdlZCBpbiBwZXItdXNlciBjb25maWd1cmF0aW9uIGZpbGVzCiMgb3Igb24gdGhlIGNvbW1hbmQgbGluZS4KCiMgQ29uZmlndXJhdGlvbiBkYXRhIGlzIHBhcnNlZCBhcyBmb2xsb3dzOgojICAxLiBjb21tYW5kIGxpbmUgb3B0aW9ucwojICAyLiB1c2VyLXNwZWNpZmljIGZpbGUKIyAgMy4gc3lzdGVtLXdpZGUgZmlsZQojIEFueSBjb25maWd1cmF0aW9uIHZhbHVlIGlzIG9ubHkgY2hhbmdlZCB0aGUgZmlyc3QgdGltZSBpdCBpcyBzZXQuCiMgVGh1cywgaG9zdC1zcGVjaWZpYyBkZWZpbml0aW9ucyBzaG91bGQgYmUgYXQgdGhlIGJlZ2lubmluZyBvZiB0aGUKIyBjb25maWd1cmF0aW9uIGZpbGUsIGFuZCBkZWZhdWx0cyBhdCB0aGUgZW5kLgoKIyBTaXRlLXdpZGUgZGVmYXVsdHMgZm9yIHNvbWUgY29tbW9ubHkgdXNlZCBvcHRpb25zLiAgRm9yIGEgY29tcHJlaGVuc2l2ZQojIGxpc3Qgb2YgYXZhaWxhYmxlIG9wdGlvbnMsIHRoZWlyIG1lYW5pbmdzIGFuZCBkZWZhdWx0cywgcGxlYXNlIHNlZSB0aGUKIyBzc2hfY29uZmlnKDUpIG1hbiBwYWdlLgoKIyBIb3N0ICoKIyAgIEZvcndhcmRBZ2VudCBubwojICAgRm9yd2FyZFgxMSBubwojICAgUGFzc3dvcmRBdXRoZW50aWNhdGlvbiB5ZXMKIyAgIEhvc3RiYXNlZEF1dGhlbnRpY2F0aW9uIG5vCiMgICBHU1NBUElBdXRoZW50aWNhdGlvbiBubwojICAgR1NTQVBJRGVsZWdhdGVDcmVkZW50aWFscyBubwojICAgR1NTQVBJS2V5RXhjaGFuZ2Ugbm8KIyAgIEdTU0FQSVRydXN0RE5TIG5vCiMgICBCYXRjaE1vZGUgbm8KIyAgIENoZWNrSG9zdElQIG5vCiMgICBBZGRyZXNzRmFtaWx5IGFueQojICAgQ29ubmVjdFRpbWVvdXQgMAojICAgU3RyaWN0SG9zdEtleUNoZWNraW5nIGFzawojICAgSWRlbnRpdHlGaWxlIH4vLnNzaC9pZF9yc2EKIyAgIElkZW50aXR5RmlsZSB+Ly5zc2gvaWRfZHNhCiMgICBJZGVudGl0eUZpbGUgfi8uc3NoL2lkX2VjZHNhCiMgICBJZGVudGl0eUZpbGUgfi8uc3NoL2lkX2VkMjU1MTkKIyAgIFBvcnQgMjIKIyAgIENpcGhlcnMgYWVzMTI4LWN0cixhZXMxOTItY3RyLGFlczI1Ni1jdHIsYWVzMTI4LWNiYywzZGVzLWNiYwojICAgTUFDcyBobWFjLW1kNSxobWFjLXNoYTEsdW1hYy02NEBvcGVuc3NoLmNvbQojICAgRXNjYXBlQ2hhciB+CiMgICBUdW5uZWwgbm8KIyAgIFR1bm5lbERldmljZSBhbnk6YW55CiMgICBQZXJtaXRMb2NhbENvbW1hbmQgbm8KIyAgIFZpc3VhbEhvc3RLZXkgbm8KIyAgIFByb3h5Q29tbWFuZCBzc2ggLXEgLVcgJWg6JXAgZ2F0ZXdheS5leGFtcGxlLmNvbQojICAgUmVrZXlMaW1pdCAxRyAxaAojICAgVXNlcktub3duSG9zdHNGaWxlIH4vLnNzaC9rbm93bl9ob3N0cy5kLyVrCiMKIyBUaGlzIHN5c3RlbSBpcyBmb2xsb3dpbmcgc3lzdGVtLXdpZGUgY3J5cHRvIHBvbGljeS4KIyBUbyBtb2RpZnkgdGhlIGNyeXB0byBwcm9wZXJ0aWVzIChDaXBoZXJzLCBNQUNzLCAuLi4pLCBjcmVhdGUgYSAgKi5jb25mCiMgIGZpbGUgdW5kZXIgIC9ldGMvc3NoL3NzaF9jb25maWcuZC8gIHdoaWNoIHdpbGwgYmUgYXV0b21hdGljYWxseQojIGluY2x1ZGVkIGJlbG93LiBGb3IgbW9yZSBpbmZvcm1hdGlvbiwgc2VlIG1hbnVhbCBwYWdlIGZvcgojICB1cGRhdGUtY3J5cHRvLXBvbGljaWVzKDgpICBhbmQgIHNzaF9jb25maWcoNSkuCkluY2x1ZGUgL2V0Yy9zc2gvc3NoX2NvbmZpZy5kLyouY29uZgo=", "encoding": "base64", "source": "/etc/ssh/ssh_config" } TASK [Verify the options are NOT in the global configuration file] ************* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:120 Wednesday 21 May 2025 06:47:03 -0400 (0:00:00.352) 0:00:11.733 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Restore configuration files] ********************************************* task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:130 Wednesday 21 May 2025 06:47:03 -0400 (0:00:00.039) 0:00:11.773 ********* included: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml for managed-node2 TASK [Restore backed up files and remove what was not present] ***************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Wednesday 21 May 2025 06:47:03 -0400 (0:00:00.016) 0:00:11.790 ********* ok: [managed-node2] => (item=/etc/ssh/ssh_config.d/00-ansible.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.rz206mgy//etc/ssh/ssh_config.d/00-ansible.conf; then\n cp -a /tmp/ansible.rz206mgy//etc/ssh/ssh_config.d/00-ansible.conf $(dirname /etc/ssh/ssh_config.d/00-ansible.conf)\nelif test -f /etc/ssh/ssh_config.d/00-ansible.conf; then\n rm /etc/ssh/ssh_config.d/00-ansible.conf\nfi\n", "delta": "0:00:00.003538", "end": "2025-05-21 06:47:03.834698", "item": "/etc/ssh/ssh_config.d/00-ansible.conf", "rc": 0, "start": "2025-05-21 06:47:03.831160" } ok: [managed-node2] => (item=/etc/ssh/ssh_config) => { "ansible_loop_var": "item", "changed": false, "cmd": "if test -f /tmp/ansible.rz206mgy//etc/ssh/ssh_config; then\n cp -a /tmp/ansible.rz206mgy//etc/ssh/ssh_config $(dirname /etc/ssh/ssh_config)\nelif test -f /etc/ssh/ssh_config; then\n rm /etc/ssh/ssh_config\nfi\n", "delta": "0:00:00.005866", "end": "2025-05-21 06:47:04.188034", "item": "/etc/ssh/ssh_config", "rc": 0, "start": "2025-05-21 06:47:04.182168" } TASK [Remove temporary directory for backup files] ***************************** task path: /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 Wednesday 21 May 2025 06:47:04 -0400 (0:00:00.743) 0:00:12.534 ********* ok: [managed-node2] => { "changed": false, "path": "/tmp/ansible.rz206mgy", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=36 changed=4 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 21 May 2025 06:47:04 -0400 (0:00:00.367) 0:00:12.901 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.20s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:2 fedora.linux_system_roles.ssh : Generate the configuration file --------- 0.94s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:53 Make sure openssh is installed before creating backup ------------------- 0.94s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Backup files ------------------------------------------------------------ 0.89s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:13 fedora.linux_system_roles.ssh : Ensure required packages are installed --- 0.81s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:5 Restore backed up files and remove what was not present ----------------- 0.74s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:2 Create a test user ------------------------------------------------------ 0.57s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:19 Check if system is ostree ----------------------------------------------- 0.54s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Create a test group (with the same name as user) ------------------------ 0.51s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:15 Create a temporary directory for backup files --------------------------- 0.50s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:5 fedora.linux_system_roles.ssh : Make sure the ~/.ssh/ directory exists and has expected permissions --- 0.48s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:42 Stat the .ssh dir ------------------------------------------------------- 0.45s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:51 fedora.linux_system_roles.ssh : Gather information about the user for user configuration --- 0.45s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/main.yml:35 Make sure the file is readable by user ---------------------------------- 0.45s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:67 Download the created configuration file --------------------------------- 0.44s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:46 Test the effective configuration using ssh ------------------------------ 0.40s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:98 Stat the configuration file --------------------------------------------- 0.38s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:74 Remove temporary directory for backup files ----------------------------- 0.37s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/restore.yml:15 fedora.linux_system_roles.ssh : Check if transactional-update exists in /sbin --- 0.37s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/roles/ssh/tasks/set_vars.yml:22 Gather information about the user --------------------------------------- 0.37s /tmp/collections-pNn/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_user_config.yml:36