On Thu, Nov 08, 2012 at 05:44:44PM +0100, Daniel P. Berrange wrote: > On Thu, Nov 08, 2012 at 11:30:10AM -0500, Dave Allan wrote: > > When connecting to a VM that does not have a 'listen' tag in its > > graphcs element, we have to guess where to try to connect to the VM's > > display. The current default is the host specified in the connection > > URI which is correct for most transports, however, the SSH transport > > makes the display connection from the remote end, so in that case, > > attempt to connect to localhost. > > --- > > src/virt-viewer.c | 14 +++++++++++--- > > 1 file changed, 11 insertions(+), 3 deletions(-) > > Thanks, I will apply this. Great, thanks! Dave