Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
7f6d0e9ebea84fc9439971f5fba49ea5ce5199ca
/
.
/
tools
/
package
/
bin
/
onos-ssh
blob: 7e082aa5874bb97dab664bff17f7a3c3d1197786 [
file
] [
log
] [
blame
]
#!/bin/bash
# -----------------------------------------------------------------------------
# ONOS command-line client that uses raw ssh.
# -----------------------------------------------------------------------------
ssh
-
p
8101
localhost
"$@"