Develop with Visual Studio Code via SSH
Prerequsites
Step 1 — Enable SSH / Locate IP Address
sudo apt update && sudo apt install -y net-tools ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1' # 192.168.1.253
Step 2 — Install / Enable Remote ‑ SSH Extension in VS Code
Step 3 — Add the Board as an SSH Host in VS Code
Step 4 — Connect to the Board via VS Code
Troubleshooting
Optional: Use SSH Key‑Based Authentication
Last updated