Playing around with connecting to rpi from my laptop. I found the following useful: the ssh service does not start by default. to make it do this use the command sudo update-rc.d ssh defaults Now reboot the rpi and the ssh service will start automatically. You can now connect to the rpi if you know ...