[libvirt-users] SSH recovery console

Hello, Is there available to create ssh recovery console except vnc console, that is default by libvirt. For example connect to kvm@host:2220 and go to first console For example like here <serial type="tcp"> <source mode="bind" host="127.0.0.1" service="2445"/> <protocol type="telnet"/> <target port="1"/> </serial> But not plain format -- Nikita A Menkovich http://libc6.org/ JID: menkovich@gmail.com

Nikita, I don't know the answer to your specific question, but if your goal is to not use VNC insecurely, what I do is create the VNC port and secure it with host's firewall, then use ssh tunneling to only allow authenticated SSH clients to connect. Hope this helps, JT On 3/16/2011 8:47 AM, Nikita A Menkovich wrote:
Hello,
Is there available to create ssh recovery console except vnc console, that is default by libvirt. For example connect to kvm@host:2220 and go to first console For example like here <serial type="tcp"> <source mode="bind" host="127.0.0.1" service="2445"/> <protocol type="telnet"/> <target port="1"/> </serial> But not plain format
-- JT Justman Web Developer Center on Teaching and Learning University of Oregon 541-346-1781
participants (2)
-
JT Justman
-
Nikita A Menkovich