docs: Move Raspbian SSH enable step before booting.

Copy wording from Raspbian docs.
This commit is contained in:
Nick Steel 2017-01-07 00:21:05 +00:00
parent 4f874ac768
commit 888972af35

View File

@ -29,18 +29,20 @@ How to for Raspbian Jessie
<https://www.raspberrypi.org/documentation/installation/installing-images/README.md>`_ <https://www.raspberrypi.org/documentation/installation/installing-images/README.md>`_
for instructions. for instructions.
You'll need to enable SSH if you are not connecting a monitor and a keyboard.
As of the November 2016 release, Raspbian has the SSH server disabled by
default. SSH can be enabled by placing a file named 'ssh', without any
extension, onto the boot partition of the SD card.
#. If you connect a monitor and a keyboard, you'll see that the Pi boots right #. If you connect a monitor and a keyboard, you'll see that the Pi boots right
into the ``raspi-config`` tool. into the ``raspi-config`` tool.
If you boot with only a network cable connected, you need to enable SSH first by If you boot with only a network cable connected, you'll have to find the IP
creating a ``ssh`` file (can be blank) on the ``boot`` partition. As of December 2016, address of the Pi yourself, e.g. by looking in the client list on your
SSH is disabled on default for security reasons. router/DHCP server. When you have found the Pi's IP address, you can SSH to
the IP address and login with the user ``pi`` and password ``raspberry``.
Next, you'll have to find the IP address of the Pi yourself, e.g. by looking Once logged in, run ``sudo raspi-config`` to start the config tool as the
in the client list on your router/DHCP server. When you have found the Pi's ``root`` user.
IP address, you can SSH to the IP address and login with the user ``pi`` and
password ``raspberry``. Once logged in, run ``sudo raspi-config`` to start
the config tool as the ``root`` user.
#. Use the ``raspi-config`` tool to setup the basics of your Pi. You might want #. Use the ``raspi-config`` tool to setup the basics of your Pi. You might want
to do one or more of the following: to do one or more of the following: