Difference between revisions of "Enable SSH"

From SingletonMillerWiki
Jump to: navigation, search
(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...")
 
Line 1: Line 1:
 
 
In the debian build enabling SSH is easy, simply
 
In the debian build enabling SSH is easy, simply
 
<pre>
 
<pre>
Line 9: Line 8:
 
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.
 
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]].
+
If you do want to access the RPi via the internet, make sure you at least [[Setup:RPI#Change_Default_Password Change Default Password]] and ideally [[AddingUsers:RPi]].

Revision as of 04:50, 4 June 2012

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 Change Default Password and ideally AddingUsers:RPi.