Updating tutorial cell to not secure SSH
Change-Id: I2334394871a82c5353ff17da42597684b2c28a64
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or login to post a comment