mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-04-21 13:31:01 +02:00
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
6 lines
273 B
Bash
Executable File
6 lines
273 B
Bash
Executable File
#!/bin/bash
|
|
# -----------------------------------------------------------------------------
|
|
# ONOS command-line client that uses raw ssh.
|
|
# -----------------------------------------------------------------------------
|
|
|
|
ssh -p 8101 -o StrictHostKeyChecking=no localhost "$@" |