Forrest logo
back to context overview

virsh-connect

List of commands for virsh-connect:

  • virsh-connect:tldr:7648b virsh-connect: Connect as root to the local QEMU/KVM hypervisor.
    $ virsh connect qemu:///system
    try on your machine
    explain this command
  • virsh-connect:tldr:b56e9 virsh-connect: Connect as root to a remote hypervisor using ssh.
    $ virsh connect qemu+ssh://${user_name@host_name}/system
    try on your machine
    explain this command
  • virsh-connect:tldr:bb2ee virsh-connect: Launch a new instance of the hypervisor and connect to it as the local user.
    $ virsh connect qemu:///session
    try on your machine
    explain this command
  • virsh-connect:tldr:bce00 virsh-connect: Connect to the default hypervisor.
    $ virsh connect
    try on your machine
    explain this command
back to context overview