Connecting to Raspberry Pi via SSH
Windows (using PuTTY)
- Download PuTTY (You’ll probably want the 64-bit x86 version on the downloads page)
- Launch PuTTY
- Enter connection details:
- Host Name:
rotorhazard.local
or10.42.0.1
- Port:
22
- Connection type:
SSH
- Host Name:
- Click “Open”
- When prompted:
- Username:
NuclearHazard
- Password:
nuclearhazard
- Username:
macOS/Linux (using Terminal)
- Open Terminal
- Connect using command:
ssh NuclearHazard@rotorhazard.local
Or using IP:
ssh NuclearHazard@10.42.0.1
- Type
yes
if asked about fingerprint - Enter password when prompted:
nuclearhazard