Collect ~/.ssh/config file

In some environment the ssh client is waiting for 10 seconds to
connect to the server, even though the use of an IP.

If we remove the dns from the nsswitch.conf the delay disapairs.

Let's check the config file, to ensure that there is nothing weird
there.

Change-Id: Ia0c2f9548d57bd4ed5091524687795aa3f5c1322
This commit is contained in:
Juan Badia Payno 2022-12-05 19:17:16 +01:00
parent b44c7cc7b4
commit 7738c07651
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ artcl_collect_list:
- /usr/share/openstack-tripleo-heat-templates/
- /home/*/overcloud-deploy
- /home/*/tripleo-heat-templates/
- /home/*/.ssh/config
- /tmp/tripleoclient*
# The next 2 items are temporary until config-download is executed
# from a Mistral workflow (WIP in Queens)