Page 1 of 1

Are there any images that fires up an SSH server on boot

Posted: Thu Jul 28, 2016 4:24 pm
by kenneho
Hi.

I don't have any monitors to connect to my new Raspberry Pi at the moment; and were wondering if there are any images that fires up an SSH server with a known username/password on first boot, that I can install on my SD card. This way I won't need a monitor, but just plain old SSH.

Best regards,
kenneho

Re: Are there any images that fires up an SSH server on boot

Posted: Thu Jul 28, 2016 6:21 pm
by fruitoftheloom
kenneho wrote:Hi.

I don't have any monitors to connect to my new Raspberry Pi at the moment; and were wondering if there are any images that fires up an SSH server with a known username/password on first boot, that I can install on my SD card. This way I won't need a monitor, but just plain old SSH.

Best regards,
kenneho
Yes Raspbian Jessie installed without using NOOBS:

https://www.raspberrypi.org/documentati ... /README.md


.

Re: Are there any images that fires up an SSH server on boot

Posted: Thu Jul 28, 2016 6:26 pm
by kenneho
fruitoftheloom wrote:
kenneho wrote:Hi.

I don't have any monitors to connect to my new Raspberry Pi at the moment; and were wondering if there are any images that fires up an SSH server with a known username/password on first boot, that I can install on my SD card. This way I won't need a monitor, but just plain old SSH.

Best regards,
kenneho
Yes Raspbian Jessie installed without using NOOBS:

https://www.raspberrypi.org/documentati ... /README.md


.
Excellent! Thanks for the reply. According to https://www.raspberrypi.org/documentati ... sh/unix.md I assume that the SSH server will accept username pi and password raspberry.

Re: Are there any images that fires up an SSH server on boot

Posted: Thu Jul 28, 2016 6:35 pm
by fruitoftheloom
kenneho wrote:
fruitoftheloom wrote:
kenneho wrote:Hi.

I don't have any monitors to connect to my new Raspberry Pi at the moment; and were wondering if there are any images that fires up an SSH server with a known username/password on first boot, that I can install on my SD card. This way I won't need a monitor, but just plain old SSH.

Best regards,
kenneho
Yes Raspbian Jessie installed without using NOOBS:

https://www.raspberrypi.org/documentati ... /README.md


.
Excellent! Thanks for the reply. According to https://www.raspberrypi.org/documentati ... sh/unix.md I assume that the SSH server will accept username pi and password raspberry.
Yes it is the standard user/pass untill you change it.

If you want to see the Desktop GUI use x11vnc: viewtopic.php?f=46&t=154158

.

Re: Are there any images that fires up an SSH server on boot

Posted: Fri Jul 29, 2016 5:25 pm
by kenneho
fruitoftheloom wrote:.
If you want to see the Desktop GUI use x11vnc: viewtopic.php?f=46&t=154158
Thanks for the tips, I'll look into that option.

Re: Are there any images that fires up an SSH server on boot

Posted: Fri Jul 29, 2016 5:43 pm
by mikerr
fruitoftheloom wrote:Yes Raspbian Jessie installed without using NOOBS:

https://www.raspberrypi.org/documentati ... /README.md
Doesn't NOOBS installed raspbian have that too?

I assumed (dangerously!) that raspbian base config was identical other than the NOOBS partition layout.

Re: Are there any images that fires up an SSH server on boot

Posted: Fri Jul 29, 2016 5:47 pm
by fruitoftheloom
mikerr wrote:
fruitoftheloom wrote:Yes Raspbian Jessie installed without using NOOBS:

https://www.raspberrypi.org/documentati ... /README.md
Doesn't NOOBS installed raspbian have that too?

I assumed (dangerously!) that raspbian base config was identical other than the NOOBS partition layout.
Possibly or the PINN alternative, but why waste SD Card space ?

Re: Are there any images that fires up an SSH server on boot

Posted: Fri Jul 29, 2016 8:03 pm
by kusti8
mikerr wrote:
fruitoftheloom wrote:Yes Raspbian Jessie installed without using NOOBS:

https://www.raspberrypi.org/documentati ... /README.md
Doesn't NOOBS installed raspbian have that too?

I assumed (dangerously!) that raspbian base config was identical other than the NOOBS partition layout.
Yes, but it's more work and more involved to add silent install option and boot it up when you can just write an image , which is guaranteed to work.