eo hil ssh
eo hil ssh
Start SSH session with a HIL gateway device or run a command
Synopsis
Start an interactive SSH session with a HIL gateway device, or execute a command.
Examples: # Interactive session eo hil ssh my-device
# Run a command eo hil ssh my-device -- ls -la eo hil ssh my-device -- "echo 'Hello World'"
# Run interactive command with TTY allocation eo hil ssh my-device -t -- top eo hil ssh my-device -t -- htop
# With port forwarding eo hil ssh my-device -L 8080:80
# Run command with port forwarding eo hil ssh my-device -L 8080:80 -- curl localhost
Options
-h, --help help for ssh
-L, --local-forward localForwardSlice Local forward (LOCAL_PORT:REMOTE_PORT)
-t, --tty Allocate a pseudo-TTY (required for interactive commands like top, htop, vim)
SEE ALSO
- eo hil - Perform hardware-in-the-loop testing commands