commit | 8b3b183bcd839a6a03574af2faeb1fa705dd6156 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Tue Mar 31 10:02:22 2015 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Tue Mar 31 10:02:22 2015 -0700 |
tree | bbc2b1716c7f663725f84cc53e69838aeae55066 | |
parent | affd0c2e20fa9a1ef6839dca54ae601c8dcdccd1 [diff] [blame] |
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