Time: 5 minutes
Difficulty: Easy
You Will Need:
- A Raspberry Pi running Raspbian.
- A keyboard and mouse. You can also use Remote Desktop.
- A Windows computer.
Steps:
- Log in to Raspbian and open the terminal.
- Type sudo raspi-config and press Enter.
- Use the arrow keys to navigate to "Advanced Options".
- Use the arrow keys to navigate to "SSH"
- Navigate to the "Enable" button and press Enter.
- You will see a screen saying that SSH is enabled. Hit "OK".
- Navigate to the "Finish" button and press Enter.
- You will be prompted to restart your Pi. Hit the "Yes" button.
- You are done with setup on the Pi. Now we will install PuTTY on your Windows machine from the PuTTY website.
- Go to the link in step 9 and install PuTTY.
- When you open PuTTY you chould see something like this.
- Enter in your Pi's IP address in the box labeled "Hostname (or IP address)"
- Set your "Connection type" to SSH
- Click "Open" (You can save your setup for later by clicking save)
- You will have to log in to your Pi with your username and password.
- You should now see the command line of your Pi.
No comments:
Post a Comment