mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-21 18:03:43 +03:00
man: Mention that ssh-agent can be useful
When using a tunneled SPICE connection, the user will get a dozen authentication prompts if they are not using ssh-agent. https://bugzilla.redhat.com/show_bug.cgi?id=1377283
This commit is contained in:
parent
679043cfa4
commit
276012ea37
@ -178,6 +178,15 @@ To connect to a remote console using TLS
|
|||||||
|
|
||||||
virt-viewer --connect xen://example.org/ demo
|
virt-viewer --connect xen://example.org/ demo
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
To connect to a remote host using SSH, lookup the guest config and
|
To connect to a remote host using SSH, lookup the guest config and
|
||||||
then make a direct non-tunnelled connection of the console
|
then make a direct non-tunnelled connection of the console
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user