Re: [Qemu-discuss] Cannot ssh into a VM when using launching qemu with hostfwd

2018-08-31 Thread Narcis Garcia
I use the complete syntax including listening address (localhost here): user,hostfwd=tcp:127.0.0.1:10022-:22 El 30/08/18 a les 22:12, Kevin Wilson ha escrit: > Hello, > > I am using qemu version 2.11.1 on Ubuntu 18.04 > > I am trying to launch a VM and ssh into it without using tap devices > a

[Qemu-discuss] Cannot ssh into a VM when using launching qemu with hostfwd

2018-08-30 Thread Kevin Wilson
Hello, I am using qemu version 2.11.1 on Ubuntu 18.04 I am trying to launch a VM and ssh into it without using tap devices and iptables. When I try to use "-redir" I get a message that it is deprecated. So I tried using the hostfwd option, according to the man page. This is how I launched qemu