Thursday 10 May 2012

Raspberry Pi - enable ssh access.

Very simple once you realise that the ssh start script is already in /etc/init.d and ssh is already installed!

- sudo update-rc.d ssh defaults
- sudo /etc/rc2.d/*ssh start

That's it - we should now have ssh access.


1 comment:

  1. If you're like me without a USB keyboard at hand you can enable SSH by renaming a file in the root of SD card from boot_enable_ssh.rc to boot.rc

    ReplyDelete

Note: only a member of this blog may post a comment.