Skip to content

How to SSH

Lydia Z edited this page Dec 7, 2016 · 4 revisions

Over Ethernet:

  1. Plug into odroid and do the network connection thing (ifconfig)

  2. Run nmap 10.42.0.0/24

  3. You should see a connection to 10.42.0.77 with port 22 open

  4. If you see that connection run ssh [email protected]

  5. If you want to open any visual windows on the odroid, run ssh -Y [email protected]

  6. The password is 'odroid'

Setting up the Network Connection Thing:

  1. Click on network connection WiFi symbol for your computer

  2. Click edit connections

  3. Click add

  4. Give the connection a good name

  5. Click IPv4

  6. Under method, select "Shared with other computers"

Over WiFi:

  1. Connect to Olin-Robotics. The password is 'R0B0TS-RULE'

  2. Run nmap 192.168.16.0/24

  3. Look for an IP with only port 22 open

  4. Run ssh root@(insert IP here)

  5. If you want to open any visual windows on the odroid, run ssh -Y root@(insert IP here)

  6. The password is 'odroid'

  7. Run ls and see if there is a file called bravo_odroid. If not, it's not our odroid...

Clone this wiki locally