Skip to content

Instantly share code, notes, and snippets.

@brendannee
Last active May 25, 2020 08:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brendannee/5400526 to your computer and use it in GitHub Desktop.
Save brendannee/5400526 to your computer and use it in GitHub Desktop.
SSH to raspberry pi
# determine your computers local IP address
ifconfig
# scan all devices on your network (if your computer's IP is 192.168.1.49, for example)
sudo nmap -sP 192.168.1.*
# the raspbery pi may show up as manufacturer "unknown" if you are using wireless.
# Try sshing to each device you think may be the pi
ssh pi@192.168.1.144
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment