Page 1 of 1

How do I connect to Debian/MIPS machine?

Posted: Fri Feb 07, 2020 4:20 am
by jsun
Debian/MIPS runs as QEMU VM and uses port 2222 for SSH connection. You can connect to it via 2 methods
  • Use SSH key that was used to create the EC2 instance. For example, on linux, you run "ssh -p 2222 -i <pem file> debian@<public IP>
  • Use password. The password is the same the instance id (e.g., i-02346e04b8ad6527c)