I have a headless Raspberry Pi with SSH enabled. I can program with no issues using VSCode remotely using a Windows Laptop.
But, I'm now using a one of those "fancy" new laptops with Linux and without Ethernet ports and Id like to connect to my Raspberry-Pi.
So the setup is:
- Raspberry Pi --ethernetcable--> USBC Ethernet Adapter --USBC Cable--> Linux PC.
SSH is enabled on the Pi and I am trying to connect to it with VSCode
I've read that ip -4 addr show scope global
might help but my device doesn't show the actual IP.
Any ideas on how to actually implement it?Thanks in advance!