From cb2be722cfadeaeccbb7f2071347e9fbdb696286 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 9 Feb 2017 15:18:35 +0100 Subject: [PATCH] man: Fix qemu+ssh URL in example The 'system' path was missing: qemu+ssh://example.org/system Resolves: rhbz#1377283 --- man/virt-viewer.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/virt-viewer.pod b/man/virt-viewer.pod index ad3e298..9abf03c 100644 --- a/man/virt-viewer.pod +++ b/man/virt-viewer.pod @@ -181,7 +181,7 @@ To connect to a remote console using TLS To connect to a remote host using SSH, lookup the guest config and then make a tunnelled connection of the console - virt-viewer --connect qemu+ssh://root@example.org/ demo + virt-viewer --connect qemu+ssh://root@example.org/system demo When using a SSH tunnel to connect to a SPICE console, it's recommended to have ssh-agent running to avoid getting multiple authentication prompts.