ssh-client#

An SSH client over the guest's TCP stack. It performs the handshake, opens a session channel, executes one command, and prints the returned output.
It demonstrates the complete non-interactive SSH path: host authentication, channel setup, command execution, exit status, and output. Use it as the base for remote administration or deployment agents that do not need a shell UI.
Select the endpoint and command with --server HOST:PORT --command CMD.