blob: 8614256d32b2f19f1ff56697ef5629a456b37539 [file] [log] [blame]
Thomas Vachuska12bf4452015-06-26 09:15:38 -07001#!/bin/bash
2# -----------------------------------------------------------------------------
3# ONOS command-line client that uses raw ssh.
4# -----------------------------------------------------------------------------
5
Thomas Vachuska5af2e4f2016-12-16 12:07:33 -08006ssh -p 8101 -o StrictHostKeyChecking=no localhost "$@"