Search found 1 match
- Sat Jun 02, 2012 7:13 am
- Forum: Beginners
- Topic: Simple ssh connection from laptop
- Replies: 5
- Views: 39518
Simple ssh connection from laptop
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 ...