Skip to content

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

eo hil ssh [device name] [-- command] [flags]

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
Auto generated by spf13/cobra on 17-Oct-2025