googlecreativelab / coder

A simple way to make web stuff on Raspberry Pi
http://goo.gl/coder
Apache License 2.0
2.42k stars 276 forks source link

Is it possible to SSH to coder? #41

Closed johnhorner closed 9 years ago

johnhorner commented 10 years ago

I would like to log in via SSH. Is this possible?

rfair404 commented 10 years ago

yes, use

$ ssh pi@coder.local

then password is the same as your coder login

johnhorner commented 10 years ago

Great, working thanks! I tried 'coder', 'root' and 'admin' as the username but not 'pi'.

ericgundrum commented 10 years ago

Very helpful. Thanks!