xshellinc / iotit

Flashing Tool for SBCs
Apache License 2.0
25 stars 1 forks source link

Add option to turn ssh on for raspberry #62

Closed makeupsomething closed 7 years ago

makeupsomething commented 7 years ago

As latest version of raspian has ssh off by default https://www.raspberrypi.org/blog/a-security-update-for-raspbian-pixel/ We need an option to turn it on when configuring board. Something like:

[+] Would you like to turn on ssh by default? (y/n)

We should provide an option for the user to turn on or not, when he is configuring a board.

larenso commented 7 years ago

@makeupsomething can you find any of K??ssh or S02ssh in /etc/rc2.d/ ?? - stands for 01, 11, 02 and etc

larenso commented 7 years ago

added ssh empty file into boot partition

makeupsomething commented 7 years ago

@larenso this is working, but it should be an option for the user to turn on or not. Can you add it as an option when the user is configuring board?