more debugging
diff --git a/vm-setup-lxc.sh b/vm-setup-lxc.sh
index 95a7efc..33a4945 100644
--- a/vm-setup-lxc.sh
+++ b/vm-setup-lxc.sh
@@ -67,8 +67,10 @@
 
 sudo lxc-ls --fancy
 
+echo "adding host keys to known_hosts"
 # SSH to each once to add the host key to known_hosts
 for onos in 10.0.3.11 10.0.3.12 10.0.3.13
 do
+	echo "sshing to $onos"
 	ssh -o "StrictHostKeyChecking no" sdn@${onos} ls
 done