A lightweight tool for executing commands over VM sockets (AF_VSOCK), providing SSH-like functionality for virtual machine communication. It supports both interactive shell sessions and non-interactive command execution, similar to SSH.
It may be useful for host->guest use cases where ssh is not needed.
Note, there is exactly zero security here.
- No authentication - any connection will get a prompt.
- No encryption - data is plaintext