How to connect to the robot through ssh - kristiana-rendon/Swarmathon-ROS GitHub Wiki
#The setup:
- The robot is setup to connect to our router upon boot.
- Set up the router by connecting it to a power source and an Ethernet network.
- Check all power cables from the battery is connected to the intel nuc.
- Check the motor switch (on/off) by flipping it downwards.
- Prop the rover on a box so that wheels don't touch the ground.
- Press the power button the top corner of the nuc.
#The Connection (Windows user):
- Download putty.exe - http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
- Run putty.exe
- Check rover number on the side of the rover.
- In putty interface, under Host Name (or IP address), put in "192.168.1.[rover number]". For example 192.168.1.23 for rover 23.
- Leave Port 22 and everything on default.
- Hit Open
- If asked about security, hit yes or y.
- When prompted username, enter "swarmie"
- The password is "swarmie"
- Type in host or hostname to check if you're connected. It should tell you if you are swarmie[0-2].
#Connection (linux or mac user):
- Open Command prompt
- Check for the rover number
- Type in "ssh [email protected].[rover number]"
- Password is "swarmie"