Enable SSH

From SingletonMillerWiki
Revision as of 04:49, 4 June 2012 by Martin (Talk | contribs) (Created page with " In the debian build enabling SSH is easy, simply <pre> sudo mv /boot/boot_enable_ssh.rc /boot/boot.rc sudo service ssh start </pre> == Access the RPI via SSH == Having secure r...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In the debian build enabling SSH is easy, simply

sudo mv /boot/boot_enable_ssh.rc /boot/boot.rc
sudo service ssh start

Access the RPI via SSH

Having secure remote access to your RPi means you can access it for any computer on your network or if you configure your router properly from any computer via the internet.

If you do want to access the RPi via the internet, make sure you at least Setup:RPI#Change_Default_Password and ideally AddingUsers:RPi.