From 976aab2b072af4f09da4da87df4e8b9b63c0b9f1 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sat, 4 Mar 2023 09:43:05 -0500 Subject: [PATCH] Removing the dnf cache and condensing this a bit --- ssh_ansible.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ssh_ansible.conf diff --git a/ssh_ansible.conf b/ssh_ansible.conf new file mode 100644 index 0000000..6c2570a --- /dev/null +++ b/ssh_ansible.conf @@ -0,0 +1,3 @@ +StrictHostKeyChecking no +PubkeyAcceptedKeyTypes +ssh-rsa +HostKeyAlgorithms +ssh-rsa \ No newline at end of file