blob: 8614256d32b2f19f1ff56697ef5629a456b37539 [file] [log] [blame]
#!/bin/bash
# -----------------------------------------------------------------------------
# ONOS command-line client that uses raw ssh.
# -----------------------------------------------------------------------------
ssh -p 8101 -o StrictHostKeyChecking=no localhost "$@"