schollz / raspberry-pi-turnkey

How to make a Raspberry Pi image that can be deployed anywhere and assigned to a WiFi network without SSH :ok_hand:
MIT License
832 stars 90 forks source link

Connecting to Pi after #21

Closed alejandroroiz closed 5 years ago

alejandroroiz commented 5 years ago

Hello, I just installed your image and it works wonderfully, however, I wanted to continue using my rasp by connecting to it through ssh and keep adding stuff to the server.

My question is, after installing your image, is the pi "locked" (by locked I mean in its use, it is now binded to its use and it cannot be changed)? Or can I continue logging to it?

Wonderful project btw!

schollz commented 5 years ago

You should be able to log into it no problem. The turnkey just makes it so it connects to the right WiFi, after that it doesn't do anything.

alejandroroiz commented 5 years ago

I am having trouble ssh'ing to it. It asks me for a password I never setted, and when I use the one provided by your OS (it was the same URL also for snaptext [i guess you coded it that way :P]) it just displays a password error message.

Any ideas?

schollz commented 5 years ago

The default password should still be raspberry

alejandroroiz commented 5 years ago

Nope, tried and still failed :(, any other ideas?

schollz commented 5 years ago

Are you sshing as pi@X ?

alejandroroiz commented 5 years ago

Omg, I'm so dumb! Haha sorry, thanks!