I don't have a MacBook Air, using an iMAC atm (for typing this).
Never had any issue connecting to a Pi using 'Terminal'
As you're using RPI Imager for setting up/enabling SSH take note of your hostname, the username + password; you will need that later!
When you've booted you will have to find the IP address of your Pi. In case you can't access your router for checking the list of connected devices you can use a free app on your mobile i.e.
https://www.raspberrypi.com/documentati ... tphone-app
As you've just assigned a hostname to your Pi you can also ping it by running 'ping <hostname>.local'
in below example the hostname is 'Pi5-SN530'Once you know the IP simply use terminal, connect to your Pi by running 'ssh <user>@<your pi's IP>'
so i.e.in the above example the user is 'pi'.
On first connect you will be asked for adding the device to the list of knows hosts (you need to agree by typing yes). Then you will get asked to enter the Pi's password.
You should now be connected to the Pi via SSH.
Never had any issue connecting to a Pi using 'Terminal'
As you're using RPI Imager for setting up/enabling SSH take note of your hostname, the username + password; you will need that later!
When you've booted you will have to find the IP address of your Pi. In case you can't access your router for checking the list of connected devices you can use a free app on your mobile i.e.
https://www.raspberrypi.com/documentati ... tphone-app
As you've just assigned a hostname to your Pi you can also ping it by running 'ping <hostname>.local'
in below example the hostname is 'Pi5-SN530'
Code:
someblabla_$ ping Pi5-SN530.localPING pi5-sn530.local (192.168.178.45): 56 data bytes64 bytes from 192.168.178.45: icmp_seq=0 ttl=64 time=2.948 ms
so i.e.
Code:
ssh pi@192.168.178.45
On first connect you will be asked for adding the device to the list of knows hosts (you need to agree by typing yes). Then you will get asked to enter the Pi's password.
You should now be connected to the Pi via SSH.
Statistics: Posted by aBUGSworstnightmare — Fri Nov 22, 2024 11:37 am