
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:///systemtry on your machineexplain 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}/systemtry on your machineexplain 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:///sessiontry on your machineexplain this command
-
virsh-connect:tldr:bce00 virsh-connect: Connect to the default hypervisor.$ virsh connecttry on your machineexplain this command