I have set up my Pi recently. I have found the local IP address for the device so that I can ssh to it. It is connected to the internet by an ethernet cable.
My question is: will this local IP address change at some point? If so, how can I get around this? I don't have a monitor / mouse / keyboard at home, and so I rely on being able to ssh into my Pi.
Do I need to set my Pi to have a static address? Does it remain static even though presumably, the IP of my building's internet will still change.
ssh pi@raspberrypi.local
where raspberrypi is the hostname of your RPI. – jake Feb 02 '19 at 14:34