The following will install and enable ssh on the debian "squeeze" build.
sudo apt-get install ssh sudo update-rc.d ssh defaultsOn a re-boot the ssh server will now be active. To make life easier on the pi you can follow this tutorial to not require a password.
There is a file called "boot_enable_ssh.rc" in first partition of default Raspberry Pi Debian "squeeze" image.
ReplyDeleteTo automatically install and enable SSH without monitor, nor keyboard, rename that file on your computer to "boot.rc", then plug the card into Raspberry and boot (connected to Ethernet of course). Wait for 1-2 minutes and voila! You have up and running Linux box with SSH.
cool, I've noticed with the new images this isn't necessary at all anyway. I'm now using the wheezy image and it's enabled by default.
ReplyDeletethere is no *.rc file in the /boot folder, and all my attempts to get one failed... what gives ?
ReplyDelete