Committed by
Gerrit Code Review
Adding a clarifying comment to onos-secure-ssh runtime script.
Change-Id: I6e954f25087a623d87252a35651068c03ebedcfb
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -3,6 +3,8 @@ | ... | @@ -3,6 +3,8 @@ |
3 | # Enables secure access to ONOS console by removing default users & keys. | 3 | # Enables secure access to ONOS console by removing default users & keys. |
4 | # ----------------------------------------------------------------------------- | 4 | # ----------------------------------------------------------------------------- |
5 | 5 | ||
6 | +# Remove the "unsecure" shell client which uses karaf "client" which is used | ||
7 | +# by default; we will install the "secure" client that just uses raw ssh later. | ||
6 | rm -f $(dirname $0)/onos | 8 | rm -f $(dirname $0)/onos |
7 | 9 | ||
8 | set -e | 10 | set -e | ... | ... |
-
Please register or login to post a comment