Created
December 10, 2013 21:21
-
-
Save cgkio/7900427 to your computer and use it in GitHub Desktop.
SSH to Raspberry Pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo ssh 192.168.2.2 -l pi | |
#The option “-l pi' specifies that we want to log into the Pi as the user “pi”. | |
# clear SSH connection issues with: $ perl -pi -e 's/\Q$_// if ($. == 5);' /var/root/.ssh/known_hosts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment