onos/tools/package/bin/onos-secure-ssh
Thomas Vachuska 5af2e4f898 Eliminating use of Apache Karaf CLI client and of ONOS_USE_SSH env. variable.
All CLI access is now through the raw SSH client.
To enable passwordless access, the 'onos-user-key' tool should be used to add user keys.
Added 'onos-user-password' tool in the similar vein and usage as the 'onos-user-key' tool.

Change-Id: Ic5482fc8012369edc818691402ba45d13f130452
2016-12-16 22:30:47 +00:00

3 lines
129 B
Bash
Executable File

#!/bin/bash
echo "This command has been deprecated!"
echo "Please use 'onos-user-key' and 'onos-user-password' commands instead."