[virt-tools-list] [virt-viewer] man: Fix qemu+ssh URL in example
Christophe Fergeau
cfergeau at redhat.com
Fri Feb 17 10:28:47 UTC 2017
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.
--
2.9.3
More information about the virt-tools-list
mailing list