[virt-tools-list] [virt-viewer] man: Fix qemu+ssh URL in example
Pavel Grunt
pgrunt at redhat.com
Fri Feb 17 12:17:08 UTC 2017
Ack
On Fri, 2017-02-17 at 11:28 +0100, Christophe Fergeau wrote:
> 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.
More information about the virt-tools-list
mailing list