Re: [Qemu-devel] [libvirt-users] SSH console for qemu

2011-07-07 Thread Nikita A Menkovich
I want to launch very minimal ssh daemon (that listen on selected port and allows only input commands and read output from console) that launch when guest started, and this not run inside a guest. Thanks to the link for patch On 7 July 2011 22:19, Eric Blake wrote: > On 07/07/2011 02:36 AM, Niki

Re: [Qemu-devel] [libvirt-users] SSH console for qemu

2011-07-07 Thread Eric Blake
On 07/07/2011 02:36 AM, Nikita A Menkovich wrote: > Seems no, I think, that the best way is running some kind of ssh > daemon, that connects to console (/dev/vcsa1 for example), that listen > on port and send to output console events on boot, and allow to work > with server with simple ssh client.