diff options
Diffstat (limited to 'framework/src/onos/tools/package/bin/onos-ssh')
-rwxr-xr-x | framework/src/onos/tools/package/bin/onos-ssh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/src/onos/tools/package/bin/onos-ssh b/framework/src/onos/tools/package/bin/onos-ssh new file mode 100755 index 00000000..7e082aa5 --- /dev/null +++ b/framework/src/onos/tools/package/bin/onos-ssh @@ -0,0 +1,6 @@ +#!/bin/bash +# ----------------------------------------------------------------------------- +# ONOS command-line client that uses raw ssh. +# ----------------------------------------------------------------------------- + +ssh -p 8101 localhost "$@"
\ No newline at end of file |