commit | 3030108b0a5438700728904bf15d54b6cb4da146 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Sat Nov 19 08:03:01 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Sat Nov 19 17:23:08 2016 +0000 |
tree | c01b1ddc63154903a2d16a71816747691a5580ea | |
parent | f9761458ec12e13834744ab8e43fd827533e66a6 [diff] |
Switching CLI to use SSH by default Change-Id: I8f757c02ad30967438fd4c332bb67b8ad2914868
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 1d987fd..9fb5c14 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -35,6 +35,9 @@ export ONOS_WEB_USER=onos export ONOS_WEB_PASS=rocks +# Use raw SSH client for CLI console access by default +export ONOS_USE_SSH=true + # Setup default location of test scenarios export ONOS_SCENARIOS=$ONOS_ROOT/tools/test/scenarios