Weekly challenge No. 6
Raspberry Pi (setup, VNC or screen)
Computer (needs SSH capability) tested with MacBook.
To start use this command on your pi:
hostname -I
This will show the pi’s IP address.
Go to ‘Terminal’ on your Mac and type:
ssh [email protected]'s.IP.address
When prompted enter your pi password. You will end up with access to your pi’s command line remotely. See you next week!