Is it possible to copy paste with QEMU?

I’m running Arch on my machine with Kali in a QEMU VM and I’d like to copy paste between the two. How can this be done?

    • @[email protected]OP
      link
      fedilink
      28 months ago

      I’ve tried this solution but could not get it to work. Do I need to install Spice on Arch? Do I have to run QEMU with certain parameters?

  • @[email protected]
    cake
    link
    fedilink
    6
    edit-2
    8 months ago

    I know this isn’t a real answer, but it’s what I use as a stop gap measure… I basically have a text file called buffer, and ssh into the VM on a terminal on my host, and paste into the buffer file.

    I know it’s lame, but for simple text and stuff, it works. For things like files and pics, I use a shared drive.

    If someone has a better answer… Please let me know!

  • Dandroid
    link
    fedilink
    58 months ago

    I assume you’re using a GUI or else you could just ssh. I also assume you’re currently using a VNC viewer of some sort?

    RDP does support copy/paste. I haven’t tried it with a qemu VM, only a VMware VM (what my work uses), and it mostly works. I have xrdp running on the target device, then I just use Windows’ built-in RDP client to log in.

    • @[email protected]OP
      link
      fedilink
      2
      edit-2
      8 months ago

      No VNC viewer. QEMU works like VirtualBox. It’s just a VM running on your computer. When QEMU is ran it opens a graphical display of the VM’s Desktop.

      I’d be interested in moving the Kali VM to my home server and RDP into it. I’m familiar with RDP on Windows but I’m not sure how to RDP from Linux (Arch) to Linux (Kali). I suppose something like Remmina would do the job, though I found a lot of input lag with it.

      • @damium
        link
        English
        38 months ago

        QEMU supports either spice, vnc or sdl graphics output. If you want to copy/paste you need to use spice and install the spice agent on the VM.

  • @[email protected]
    link
    fedilink
    38 months ago

    Just in case you are on a desktop and using qemu for local virtualisation, I would recommend you use virt-manager.

    Besides that, set up spice or vnc daemons in the guests, as others have said.

    Just in case You’re virtualising Kali Linux, use their provided qemu image, you won’t have to worry about it. If you don’t know what Kali is, don’t use it.

    • @[email protected]OP
      link
      fedilink
      28 months ago

      Thank you for the virt-manager recommendation. I’ll look into it.

      I did build Kali from their ISO but I’ll give their provided image a try. I do know what Kali is and what it is used for. I’ll be using it for TryHackMe labs.

      • @[email protected]
        link
        fedilink
        38 months ago

        Okay, so my guess was right. Don’t bother setting things up manually, qemu and libvirt are hellishly complex. If you don’t need something super special, use virt-manager.

        Just use the provided qemu image on the Kali site, import it, and you’re good to go. Don’t worry about the other stuff.

        Depending in your screen you might have to set a custom screen resolution, but if you’re using something standard, xfce should automatically recognize everything.

        A little tip: set up an ssh server on the VM and upload an ssh key, that way you can get a Kali she’ll quickly from the comfort of your hosts terminal.