aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/package/bin/onos-ssh
blob: 7e082aa5874bb97dab664bff17f7a3c3d1197786 (plain)
1
2
3
4
5
6
#!/bin/bash
# -----------------------------------------------------------------------------
# ONOS command-line client that uses raw ssh.
# -----------------------------------------------------------------------------

ssh -p 8101 localhost "$@"