Re: [PATCH 2/4] tools: Introduce SSH proxy

2024-05-07 Thread Daniel P . Berrangé
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.

[PATCH 2/4] tools: Introduce SSH proxy

2024-04-19 Thread Michal Privoznik
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