I have an Ethernet cable from my MacBook to my Pi. I would like to control my Pi using SSH.
If I check ifconfig
on the Pi then I see my inet addr
is 169.254.132.204
.
Is it possible to set up an SSH connection?
I don't have any internet.
I have an Ethernet cable from my MacBook to my Pi. I would like to control my Pi using SSH.
If I check ifconfig
on the Pi then I see my inet addr
is 169.254.132.204
.
Is it possible to set up an SSH connection?
I don't have any internet.
You can ssh
from macOS to Pi even using a Link-local address with ssh pi@raspberrypi.local
. See How do I set up networking/WiFi/Static IP which has a section discussing this.
ssh
command in terminal? – Dmitry Grigoryev Dec 20 '16 at 10:49