On Fri, Apr 19, 2024 at 12:12:31PM +0200, Michal Privoznik wrote:
> This allows users to SSH into a domain with a VSOCK device:
>
> ssh user@qemu/machineName
>
> So far, only QEMU domains are supported AND qemu:///system is
> looked for the first for 'machineName' followed by
> qemu:///session.
This allows users to SSH into a domain with a VSOCK device:
ssh user@qemu/machineName
So far, only QEMU domains are supported AND qemu:///system is
looked for the first for 'machineName' followed by
qemu:///session. I took an inspiration from SystemD's ssh proxy
[1] [2].
To just work out of th