commit | da61772f166ccea2247bafc12ae82ab27648c31d | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Mon Jan 29 09:54:40 2018 -0800 |
committer | Jonathan Hart <jono@opennetworking.org> | Tue Feb 27 10:48:29 2018 -0800 |
tree | 90b003176ae3818ddfd1ffda31fbc5647e62cb3d | |
parent | 52c25df389244d3b4acc21bce725837a91a5fb53 [diff] [blame] |
VOL-617 - ability to build without VM Change-Id: Iec79d66b7ab98a5421eabe7819fa6325ff6690ce
diff --git a/ansible/roles/voltha-dev/files/ssh_config b/ansible/roles/voltha-dev/files/ssh_config new file mode 100644 index 0000000..990a43d --- /dev/null +++ b/ansible/roles/voltha-dev/files/ssh_config
@@ -0,0 +1,3 @@ +Host * + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null