Sugar on a Stick/Raspberry Pi: Difference between revisions

Line 9: Line 9:
== Security Warning ==
== Security Warning ==


Remote access is pre-enabled through SSH.  Risk can be reduced by choosing strong passwords in the post-install setup questions.  Can be fixed after install with Terminal command;
Remote access is pre-enabled through SSH, for both root and any user accounts.  Risk can be reduced by choosing strong passwords in the post-install setup questions.  Can be fixed after install with Terminal command;


  sudo chkconfig sshd off
  sudo chkconfig sshd off