System Options

The System Options allows you to configure system based settings such as WiFi Connectivity. Open your terminal window and connect to the Raspberry Configuration Tool.

sudo raspi-config

Select S1 System Options to configure system settings

systemsettings-01

Setting up WiFi Connectivity

Select S1 Wireless LAN to configure your WiFi SSID and Passphrase.

wifi-01

Specify your WifI SSID followed by the passphrase (if any) then apply the settings.

wifi-02

If WiFi is enabled for your network, your device will obtain an IP address via DHCP. To view your WiFi IP address, run this command via terminal:

ip address
image

Connecting to RasQberry Remotely

There are several ways to connect to your RasQberry Two. SSH and VNC are enabled by default.

Connecting to RasQberry Remotely via SSH

Open a terminal on your remote device and specify your ssh username and IP address. The default username is rasqberry.

ssh rasqberry@/{your IP address}

You need to agree that you want to connect your devices and enter your Raspberry Pi password (default: Qiskit1!). Now you should be able to use SSH.