Codebase list virt-viewer / cb2be72
man: Fix qemu+ssh URL in example The 'system' path was missing: qemu+ssh://example.org/system Resolves: rhbz#1377283 Christophe Fergeau 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
180180 To connect to a remote host using SSH, lookup the guest config and
181181 then make a tunnelled connection of the console
182182
183 virt-viewer --connect qemu+ssh://root@example.org/ demo
183 virt-viewer --connect qemu+ssh://root@example.org/system demo
184184
185185 When using a SSH tunnel to connect to a SPICE console, it's recommended to
186186 have ssh-agent running to avoid getting multiple authentication prompts.