Tagged Questions
0
votes
1answer
418 views
qemu: how to access host via sftp
I started a guest vm with
qemu-system-x86_64 -net user -net nic -redir tcp:10022::22 -m 500 -hda op.img
From the guest, I'm able to ssh the host machine, but can't connect via sftp
The command I ...