Skip to content

Instantly share code, notes, and snippets.

@lausdahl
Created August 21, 2015 13:45
Show Gist options
  • Select an option

  • Save lausdahl/80a6f1aed0c6acae51b3 to your computer and use it in GitHub Desktop.

Select an option

Save lausdahl/80a6f1aed0c6acae51b3 to your computer and use it in GitHub Desktop.

Revisions

  1. lausdahl revised this gist Aug 21, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion virt-manager.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # Remote connect

    ```
    virt-manager -c qemu+ssh://[email protected]/system
    virt-manager -c qemu+ssh://$user@$ip/system
    ```
  2. lausdahl created this gist Aug 21, 2015.
    5 changes: 5 additions & 0 deletions virt-manager.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # Remote connect

    ```
    virt-manager -c qemu+ssh://[email protected]/system
    ```