


Ssh_dispatch_run_fatal: Connection to UNKNOWN port 65535: message authentication code incorrect Then I tried to run ssh -vv -p 10022, but it prompts: Bad packet length 1349676916. Socat -d -d tcp-l:10022 UNIX-CONNECT:/var/run/qemu-server/vm.serial1 #In Host: (mapped to /var/run/qemu-server/vm.serial1) Here is my try: (QEMU maps serial to a unix socket in host machine) #In Guest: (serial is /dev/ttyS1) Some of them are forbbiden to use networking, and only way to attach them is via virtual serial port.ĭue to serial console's bad features (such as working badly with tmux and vim), I want to use ssh via serial line.

There are many virtual machine based on QEMU in my server.
