Thomas Vachuska | 12bf445 | 2015-06-26 09:15:38 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # ----------------------------------------------------------------------------- | ||||
3 | # ONOS command-line client that uses raw ssh. | ||||
4 | # ----------------------------------------------------------------------------- | ||||
5 | |||||
Thomas Vachuska | 5af2e4f | 2016-12-16 12:07:33 -0800 | [diff] [blame] | 6 | ssh -p 8101 -o StrictHostKeyChecking=no localhost "$@" |