commit | 81bda338caa1e661d5fe7fe408f5e34f4f4822e6 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Tue Jun 14 22:58:41 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Tue Jun 14 22:58:41 2016 -0700 |
tree | 1ca22718d99cc2f74e6bcfae6e0fb02b230bd75f | |
parent | 2f456b8a7c3ed027207abbbdadb98cbde28f543c [diff] [blame] |
update compute node with an SSH config that ignores known hosts file Change-Id: Iaaf65a97bb8d8314ef6a1800b9484f291fa85567
diff --git a/roles/compute-node/files/config b/roles/compute-node/files/config new file mode 100644 index 0000000..990a43d --- /dev/null +++ b/roles/compute-node/files/config
@@ -0,0 +1,3 @@ +Host * + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null