bug#48739: QEMU SSH hostfwd example from manual doesn't work anymore

2021-06-06 Thread Eric Brown
Maxim Cournoyer writes: > > Thanks a lot for sharing this; I tried your above snippet with the > Debian Hurd img file, and it worked! Out of curiosity, how do you use > Spice with the above? It'd need a Spice-enabled viewer such as > virt-manager right? How do you point virt-manager to the VM

bug#48739: QEMU SSH hostfwd example from manual doesn't work anymore

2021-05-31 Thread Eric Brown
Maxim Cournoyer writes: > Hi! > > In the manual, we have an example to allow connecting to the VM via a > port forward from the host: > > $(guix system vm config.scm) -nic > user,model=virtio-net-pci,hostfwd=tcp::10022-:22 > > Unfortunately, I cannot get this to work anymore, using a very simple

bug#48739: QEMU SSH hostfwd example from manual doesn't work anymore

2021-05-30 Thread Maxim Cournoyer
Hello Eric, [...] > Hello Maxim, > > Just today I ssh'd into childhurd with -p 10022 like the manual > suggests. > > Also, I ssh'd into Debian GNU/Hurd in qemu with like the Hurd > documentation > suggests. I ended up using (also to get Spice): > > qemu-system-x86_64 -m 3072 -smp 1 -enable-

bug#48739: QEMU SSH hostfwd example from manual doesn't work anymore

2021-05-29 Thread Maxim Cournoyer
Hi! In the manual, we have an example to allow connecting to the VM via a port forward from the host: $(guix system vm config.scm) -nic user,model=virtio-net-pci,hostfwd=tcp::10022-:22 Unfortunately, I cannot get this to work anymore, using a very simple operating system with following openssh-