Monday, November 25, 2013

SSH log-in Raspberry Pi emulator for Windows

To login Raspberry Pi emulator for Windows from ssh, you have to forward a port of host to the port 22 of emulator by adding option "-redir tcp:2222::22" in run.bat. Then you can ssh login Raspberry Pi Emulator via the 2222 port of your host ip (not emulator ip).

- Edit <unzipped directory>\qemu\qemu\run.bat

- add the option "-redir tcp:2222::22"

- Login SSH using <your host ip>:2222



No comments: