Example mirage-eio unikernels
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

ssh-client#

ssh-client unikernel demo

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.