Brian O'Connor

Updating tutorial cell to not secure SSH

Change-Id: I2334394871a82c5353ff17da42597684b2c28a64
...@@ -6,5 +6,5 @@ export OC2="10.0.3.102" ...@@ -6,5 +6,5 @@ export OC2="10.0.3.102"
6 export OC3="10.0.3.103" 6 export OC3="10.0.3.103"
7 export OCN="10.0.3.1" 7 export OCN="10.0.3.1"
8 8
9 -export ONOS_USE_SSH=true 9 +unset ONOS_USE_SSH
10 export ONOS_APPS=drivers,openflow,proxyarp 10 export ONOS_APPS=drivers,openflow,proxyarp
......