onos-ssh 245 Bytes
#!/bin/bash
# -----------------------------------------------------------------------------
# ONOS command-line client that uses raw ssh.
# -----------------------------------------------------------------------------

ssh -p 8101 localhost "$@"