docs: how to enable SSH

This commit is contained in:
Tomas Susanka 2017-01-06 21:39:43 +01:00 committed by GitHub
parent 4c1e2960b6
commit 4f874ac768

View File

@ -32,12 +32,15 @@ How to for Raspbian Jessie
#. 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'll have to find the IP If you boot with only a network cable connected, you need to enable SSH first by
address of the Pi yourself, e.g. by looking in the client list on your creating a ``ssh`` file (can be blank) on the ``boot`` partition. As of December 2016,
router/DHCP server. When you have found the Pi's IP address, you can SSH to SSH is disabled on default for security reasons.
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 Next, you'll have to find the IP address of the Pi yourself, e.g. by looking
``root`` user. in the client list on your 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``. 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: