diff --git a/modules/rhizo_base/templates/rccn-functions.sh.erb b/modules/rhizo_base/templates/rccn-functions.sh.erb index 73df8f1..0515f2c 100644 --- a/modules/rhizo_base/templates/rccn-functions.sh.erb +++ b/modules/rhizo_base/templates/rccn-functions.sh.erb @@ -82,7 +82,7 @@ check_trx() { } <% @bts.each_with_index do |bts, index| -%> -lc<%= index %>() { - ssh root@<%= bts["ip"] %> +b<%= index %>() { + ssh -o StrictHostKeyChecking=no root@<%= bts["ip"] %> } <% end -%>