In this chapter, you learn how to set up your Raspberry Pi for development and
deployment. You will be performing the following tasks, to be precise:
Enabling SSH on the Raspberry Pi
Adding the network information to the Pi so that it can connect to the Wi-Fi
Connecting the Pi to the Wi-Fi
Connecting the Pi over SSH
Although these steps might sound a bit difficult, they are easily doable if you follow the instructions in this chapter.
Enabling SSH
Before you jump in and learn how to enable SSH, it is a good idea to understand what SSH is. The key points about SSH are as follows: ...