Skip to content

Instantly share code, notes, and snippets.

@jcap49

jcap49/ssh_pi.sh Secret

Last active January 4, 2016 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcap49/0334f7c3d3d36cd52da6 to your computer and use it in GitHub Desktop.
Save jcap49/0334f7c3d3d36cd52da6 to your computer and use it in GitHub Desktop.
ssh <your pi ip address> -l <your pi username>
# the pi ip address can be found by running: sudo hostname --ip-address
# the pi username defaults to pi
# the pi password defaults to raspberry
# your output should look something like:
# Last login: Tue Jan 21 16:54:46 on ttys002
# new-host-4:~ johncapecelatro$ ssh <your pi ip address> -l <your pi username>
# pi@<your pi ip address>'s password:
# Linux raspberrypi 3.10.25+ #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014 armv6l
# The programs included with the Debian GNU/Linux system are free software;
# the exact distribution terms for each program are described in the
# individual files in /usr/share/doc/*/copyright.
# Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
# permitted by applicable law.
# Last login: Tue Jan 21 21:46:57 2014 from new-host-4.home
# pi@raspberrypi ~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment