Perform the following steps for SSH access via Linux/macOS:
- On a macOS, you can launch the Terminal as follows: Press command + spacebar and launch the search tool. Enter Terminal and click on the first option to launch a new Terminal window.
Launch Terminal
- On the Terminal, log in to your Raspberry Pi using the ssh command:
ssh pi@192.168.86.111 -p 22
- Enter the password of your Raspberry Pi when prompted and gain remote access to your Raspberry Pi.
Remote access via macOS terminal
- On an Ubuntu desktop, a ...