This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
raspberry_pi_emulator [2016/06/03 22:09] sgripon |
raspberry_pi_emulator [2016/06/03 22:11] (current) sgripon [ssh] |
||
---|---|---|---|
Line 7: | Line 7: | ||
===== ssh ===== | ===== ssh ===== | ||
- | You can connect through ssh to the emulator using the port redirection. The emulator redirects port 2222 to ssh standard port 22 so to connect: | + | You can connect through ssh to the emulator using the port redirection. The emulator redirects port 2222 to ssh standard port 22(using qemu parameter -redir tcp: |
ssh -p 2222 pi@localhost | ssh -p 2222 pi@localhost |