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